|
...
|
...
|
@@ -136,9 +136,8 @@ PID files):
|
|
136
|
136
|
|
|
137
|
137
|
## Network Settings
|
|
138
|
138
|
|
|
139
|
|
- --dns=[] : Set custom dns servers for the container
|
|
140
|
|
- --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
|
|
141
|
|
- --net="bridge" Set the Network mode for the container
|
|
|
139
|
+ --dns=[] : Set custom dns servers for the container
|
|
|
140
|
+ --net="bridge" : Set the Network mode for the container
|
|
142
|
141
|
'bridge': creates a new network stack for the container on the docker bridge
|
|
143
|
142
|
'none': no networking for this container
|
|
144
|
143
|
'container:<name|id>': reuses another container network stack
|