Update formatting
This commit is contained in:
parent
b6272988d4
commit
6a12e5827b
|
@ -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
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Reference in New Issue