mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 21:04:23 +01:00
Fix: command highlighting
This commit is contained in:
parent
ab7502fa95
commit
7d4fb63484
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ slug: docker-cheat-sheet
|
||||||
|
|
||||||
### List images
|
### List images
|
||||||
|
|
||||||
```sh
|
```Shell
|
||||||
docker images [OPTIONS] [REPOSITORY[:TAG]]
|
docker images [OPTIONS] [REPOSITORY[:TAG]]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ docker images [OPTIONS] [REPOSITORY[:TAG]]
|
||||||
|
|
||||||
### Remove one or more containers
|
### Remove one or more containers
|
||||||
|
|
||||||
```sh
|
```Shell
|
||||||
docker rm [OPTIONS] CONTAINER [CONTAINER...]
|
docker rm [OPTIONS] CONTAINER [CONTAINER...]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ docker rm [OPTIONS] CONTAINER [CONTAINER...]
|
||||||
|
|
||||||
### Stop one or more running containers
|
### Stop one or more running containers
|
||||||
|
|
||||||
```sh
|
```Shell
|
||||||
docker stop [OPTIONS] CONTAINER [CONTAINER...]
|
docker stop [OPTIONS] CONTAINER [CONTAINER...]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue