1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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,