mirror of https://github.com/docker/cli.git
Add dns-opt option to docker daemon man page
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
This commit is contained in:
parent
f95e9f7c72
commit
841fc5d155
|
@ -17,6 +17,7 @@ docker-daemon - Enable daemon mode
|
||||||
[**--default-gateway-v6**[=*DEFAULT-GATEWAY-V6*]]
|
[**--default-gateway-v6**[=*DEFAULT-GATEWAY-V6*]]
|
||||||
[**--default-ulimit**[=*[]*]]
|
[**--default-ulimit**[=*[]*]]
|
||||||
[**--dns**[=*[]*]]
|
[**--dns**[=*[]*]]
|
||||||
|
[**--dns-opt**[=*[]*]]
|
||||||
[**--dns-search**[=*[]*]]
|
[**--dns-search**[=*[]*]]
|
||||||
[**-e**|**--exec-driver**[=*native*]]
|
[**-e**|**--exec-driver**[=*native*]]
|
||||||
[**--exec-opt**[=*[]*]]
|
[**--exec-opt**[=*[]*]]
|
||||||
|
@ -90,6 +91,9 @@ format.
|
||||||
**--dns**=""
|
**--dns**=""
|
||||||
Force Docker to use specific DNS servers
|
Force Docker to use specific DNS servers
|
||||||
|
|
||||||
|
**--dns-opt**=""
|
||||||
|
DNS options to use.
|
||||||
|
|
||||||
**--dns-search**=[]
|
**--dns-search**=[]
|
||||||
DNS search domains to use.
|
DNS search domains to use.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue