Merge pull request #31701 from jlaswell/master
Fix typo in run.md documentation
This commit is contained in:
commit
239645c08d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue