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

Merge pull request #700 from rodolfoortiz/patch-1

Fixed misspelling
Upstream-commit: f6395c848c
Component: cli
This commit is contained in:
Sebastiaan van Stijn
2017-11-17 19:20:57 +01:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ The command started using `docker exec` only runs while the container's primary
process (`PID 1`) is running, and it is not restarted if the container is
restarted.
COMMAND will run in the default directory of the container. It the
COMMAND will run in the default directory of the container. If the
underlying image has a custom directory specified with the WORKDIR directive
in its Dockerfile, this will be used instead.