diff options
| author | aapostoliuk <108394744+aapostoliuk@users.noreply.github.com> | 2026-01-27 16:03:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 14:03:13 +0000 |
| commit | db8fe4973bd7737311598f513d580a393e8397ca (patch) | |
| tree | f7595c32b4d12993c754b85384586e953e83dca9 /docs/configuration/container | |
| parent | 22c81723b32ea39f7466edfe7f546821b396333c (diff) | |
| download | vyos-documentation-db8fe4973bd7737311598f513d580a393e8397ca.tar.gz vyos-documentation-db8fe4973bd7737311598f513d580a393e8397ca.zip | |
container: Added warning about publishing ports (#1741)
Added warning about publishing ports in the container
documentation.
Diffstat (limited to 'docs/configuration/container')
| -rw-r--r-- | docs/configuration/container/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index ca235521..398f1941 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -110,6 +110,9 @@ Configuration set container name zabbix-web-nginx-mysql port http destination 8080 set container name zabbix-web-nginx-mysql port http protocol tcp +.. note:: Port publishing cannot be used with **network**. For this purpose, a workaround + using destination NAT and static IP assignment for the container is available. + .. cfgcmd:: set container name <name> volume <volumename> source <path> .. cfgcmd:: set container name <name> volume <volumename> destination <path> |
