Browse code

Fix typo in docs for docker run -dns

Kawsar Saiyeed authored on 2013/08/11 10:04:04
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@
24 24
       -p=[]: Map a network port to the container
25 25
       -t=false: Allocate a pseudo-tty
26 26
       -u="": Username or UID
27
-      -d=[]: Set custom dns servers for the container
27
+      -dns=[]: Set custom dns servers for the container
28 28
       -v=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]. If "host-dir" is missing, then docker creates a new volume.
29 29
       -volumes-from="": Mount all volumes from the given container.
30 30
       -entrypoint="": Overwrite the default entrypoint set by the image.