1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

Added env-file flag to docker exec

Signed-off-by: Brian Wieder <brian@4wieders.com>
This commit is contained in:
Brian Wieder
2020-06-29 18:32:44 -04:00
parent 44ff366562
commit a6cfbd2351
5 changed files with 85 additions and 17 deletions

View File

@ -15,6 +15,7 @@ Options:
-d, --detach Detached mode: run command in the background
--detach-keys Override the key sequence for detaching a container
-e, --env=[] Set environment variables
--env-file Read in a file of environment variables
--help Print usage
-i, --interactive Keep STDIN open even if not attached
--privileged Give extended privileges to the command