mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add dns-opt option to docker daemon man page
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
This commit is contained in:
parent
4e0eb91c55
commit
8db945abb9
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@ docker-daemon - Enable daemon mode
|
|||
[**--default-gateway-v6**[=*DEFAULT-GATEWAY-V6*]]
|
||||
[**--default-ulimit**[=*[]*]]
|
||||
[**--dns**[=*[]*]]
|
||||
[**--dns-opt**[=*[]*]]
|
||||
[**--dns-search**[=*[]*]]
|
||||
[**-e**|**--exec-driver**[=*native*]]
|
||||
[**--exec-opt**[=*[]*]]
|
||||
|
@ -90,6 +91,9 @@ format.
|
|||
**--dns**=""
|
||||
Force Docker to use specific DNS servers
|
||||
|
||||
**--dns-opt**=""
|
||||
DNS options to use.
|
||||
|
||||
**--dns-search**=[]
|
||||
DNS search domains to use.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue