Browse code

Correct Docker run --host param to --hostname

Tom Fotherby authored on 2014/03/08 01:41:11
Showing 1 changed files
... ...
@@ -1096,7 +1096,7 @@ image is removed.
1096 1096
       --cidfile="": Write the container ID to the file
1097 1097
       -d, --detach=false: Detached mode: Run container in the background, print new container id
1098 1098
       -e, --env=[]: Set environment variables
1099
-      -h, --host="": Container host name
1099
+      -h, --hostname="": Container host name
1100 1100
       -i, --interactive=false: Keep stdin open even if not attached
1101 1101
       --privileged=false: Give extended privileges to this container
1102 1102
       -m, --memory="": Memory limit (format: <number><optional unit>, where unit = b, k, m or g)