Fixed misspelling

Signed-off-by: Rodolfo Ortiz <rodolfo.ortiz@definityfirst.com>
master
Rodolfo Ortiz 2017-11-17 11:20:20 -06:00
parent 5e2be6584a
commit c7d8561508
1 changed files with 1 additions and 1 deletions

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.