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

--env-file instead of --envfile

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
Upstream-commit: 39880a5829
Component: cli
This commit is contained in:
Vincent Batts
2014-02-18 15:41:28 -05:00
committed by Tibor Vass
parent a31b818bc7
commit d2ac18c773

View File

@@ -1152,7 +1152,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
--envfile="": Read in a line delimited file of ENV variables
--env-file="": Read in a line delimited file of ENV variables
-h, --hostname="": Container host name
-i, --interactive=false: Keep stdin open even if not attached
--privileged=false: Give extended privileges to this container