Skip to content

Commit 645395c

Browse files
authored
Merge pull request #3987 from craig-osterhout/fix-exec-doc-typo
Fix typo in reference doc for docker exec
2 parents 5f9c58f + 551c4e9 commit 645395c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/commandline/exec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ has a custom directory specified with the WORKDIR directive in its Dockerfile,
3737
this directory is used instead.
3838

3939
COMMAND must be an executable. A chained or a quoted command does not work.
40-
For example, `docker exec -it my_container sh -c "echo a && echo b"` works,
40+
For example, `docker exec -it my_container sh -c "echo a && echo b"` does
4141
work, but `docker exec -it my_container "echo a && echo b"` does not.
4242

4343
## Examples

0 commit comments

Comments
 (0)