fix typo in documentation

Docker-DCO-1.1-Signed-off-by: Daniel Norberg <daniel.norberg@gmail.com> (github: danielnorberg)
Upstream-commit: e12226771d
Component: cli
This commit is contained in:
Daniel Norberg
2014-03-19 15:20:36 -04:00
committed by Tibor Vass
parent 77591854c6
commit 9be85b3bcc

View File

@ -102,7 +102,7 @@ To force Docker to use devicemapper as the storage driver, use ``docker -d -s de
To set the DNS server for all Docker containers, use ``docker -d --dns 8.8.8.8``.
To set the a DNS search domain for all Docker containers, use ``docker -d --dns-search example.com``.
To set the DNS search domain for all Docker containers, use ``docker -d --dns-search example.com``.
To run the daemon with debug output, use ``docker -d -D``.