Merge pull request #31701 from jlaswell/master

Fix typo in run.md documentation
This commit is contained in:
Akihiro Suda 2017-03-10 10:15:49 +09:00 committed by GitHub
commit 239645c08d
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,