mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Cleaned up Network settings overview
This commit is contained in:
parent
4c06506994
commit
feb42d3f97
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue