Fix typo in run.md documentation

Signed-off-by: John Laswell <john.n.laswell@gmail.com>
Upstream-commit: beacad8f6c
Component: cli
This commit is contained in:
John Laswell
2017-03-09 13:04:51 -05:00
committed by Tibor Vass
parent 710021bc2f
commit 15aa8d05a4

View File

@ -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,