1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

Correct Docker run --host param to --hostname

Upstream-commit: 5348fdca04
Component: cli
This commit is contained in:
Tom Fotherby
2014-03-07 16:41:11 +00:00
committed by Tibor Vass
parent 8fc343382c
commit 62e9d22281

View File

@@ -1096,7 +1096,7 @@ image is removed.
--cidfile="": Write the container ID to the file
-d, --detach=false: Detached mode: Run container in the background, print new container id
-e, --env=[]: Set environment variables
-h, --host="": Container host name
-h, --hostname="": Container host name
-i, --interactive=false: Keep stdin open even if not attached
--privileged=false: Give extended privileges to this container
-m, --memory="": Memory limit (format: <number><optional unit>, where unit = b, k, m or g)