OO docker container without access to internet

Hi! I use OnlyOffice in a docker container as a service for Nextcloud. I would like to restrict access to the OnlyOffice docker container from and to Internet. Please, advice, how to arrange it with the use of docker run. Thank you.

Hello @landas

Unfortunately, we haven’t tested such scenarios, usually whole server gets isolated.
There are several ways across the Internet to limit the access to the Internet for Docker container. Here some of them are explained:

You can try running the container in isolated network as method 1 suggests, however, we do not provide any guarantees in this regard.