1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Add dns-opt option to docker daemon man page

Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
Upstream-commit: 841fc5d155
Component: cli
This commit is contained in:
Shishir Mahajan
2015-09-29 12:31:51 -04:00
committed by Tibor Vass
parent 2a1240949d
commit e482ad5647

View File

@@ -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.