From c7d8561508d2e3b676c23aa7df6aa00be6b53b57 Mon Sep 17 00:00:00 2001 From: Rodolfo Ortiz Date: Fri, 17 Nov 2017 11:20:20 -0600 Subject: [PATCH] Fixed misspelling Signed-off-by: Rodolfo Ortiz --- docs/reference/commandline/exec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/exec.md b/docs/reference/commandline/exec.md index 5faa49e0..63635b2f 100644 --- a/docs/reference/commandline/exec.md +++ b/docs/reference/commandline/exec.md @@ -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.