Update formatting

This commit is contained in:
Rico Sta. Cruz 2019-11-17 18:09:31 +11:00
parent b6272988d4
commit 6a12e5827b
1 changed files with 2 additions and 2 deletions

View File

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