1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix typo in documentation

Docker-DCO-1.1-Signed-off-by: Daniel Norberg <daniel.norberg@gmail.com> (github: danielnorberg)
This commit is contained in:
Daniel Norberg 2014-03-19 15:20:36 -04:00
parent fbfac21ed4
commit 698ca9f38d

View file

@ -97,7 +97,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``.