Cleaned up Network settings overview

Upstream-commit: feb42d3f97f3a4de9317f17297c6277fcb0cc2af
Component: engine
This commit is contained in:
Jilles Oldenbeuving
2014-05-12 20:35:18 +02:00
parent 0e45fa5891
commit 8c86f99ef3

View File

@ -136,9 +136,8 @@ PID files):
## Network Settings
--dns=[] : Set custom dns servers for the container
--net="bridge": Set the Network mode for the container ('bridge': creates a new network stack for the container on the docker bridge, 'none': no networking for this container, 'container:<name|id>': reuses another container network stack), 'host': use the host network stack inside the container
--net="bridge" Set the Network mode for the container
--dns=[] : Set custom dns servers for the container
--net="bridge" : Set the Network mode for the container
'bridge': creates a new network stack for the container on the docker bridge
'none': no networking for this container
'container:<name|id>': reuses another container network stack