Fix typo in run.md documentation

Signed-off-by: John Laswell <john.n.laswell@gmail.com>
This commit is contained in:
John Laswell 2017-03-09 13:04:51 -05:00
parent 705e031b98
commit 4a20252137
No known key found for this signature in database
GPG Key ID: 68F81DA166A13B9B
1 changed files with 1 additions and 1 deletions

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,