1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 22:57:33 +02:00

Update formatting

This commit is contained in:
Rico Sta. Cruz 2019-11-17 18:09:31 +11:00
parent b6272988d4
commit 6a12e5827b

View File

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