Merge pull request #1251 from eheydrick/docker

This commit is contained in:
Rico Sta. Cruz 2019-11-17 18:09:51 +11:00
commit 1ed003c8f4
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ docker run [options] IMAGE
# see `docker create` for options # see `docker create` for options
``` ```
#### Example
```
$ docker run -it debian:buster /bin/bash
```
Run a command in an `image`. Run a command in an `image`.
Manage containers Manage containers