From a2fb870ce30d87aa7a08cca4c2e45c4d021c99c4 Mon Sep 17 00:00:00 2001 From: Kawsar Saiyeed Date: Sun, 11 Aug 2013 02:04:04 +0100 Subject: [PATCH] Fix typo in docs for docker run -dns --- docs/sources/commandline/command/run.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/commandline/command/run.rst b/docs/sources/commandline/command/run.rst index c5b363d787..1aa6884a07 100644 --- a/docs/sources/commandline/command/run.rst +++ b/docs/sources/commandline/command/run.rst @@ -24,7 +24,7 @@ -p=[]: Map a network port to the container -t=false: Allocate a pseudo-tty -u="": Username or UID - -d=[]: Set custom dns servers for the container + -dns=[]: Set custom dns servers for the container -v=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]. If "host-dir" is missing, then docker creates a new volume. -volumes-from="": Mount all volumes from the given container. -entrypoint="": Overwrite the default entrypoint set by the image.