mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Cleaned up Network settings overview
This commit is contained in:
committed by
Tibor Vass
parent
44841e361a
commit
875f5489c4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user