Add docker run example

This commit is contained in:
eric 2019-10-23 22:51:49 -07:00 committed by Rico Sta. Cruz
parent f402f171b7
commit b6272988d4
1 changed files with 5 additions and 0 deletions

View File

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