diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index a74dc77999..09d7d21c49 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -145,7 +145,7 @@ Options: -w, --workdir string Working directory inside the container ``` -## Descriptino +## Description The `docker run` command first `creates` a writeable container layer over the specified image, and then `starts` it using the specified command. That is,