Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-18 00:18:35 +00:00
parent 9cdd033c95
commit a9720510d1
43 changed files with 362 additions and 132 deletions

View File

@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
- Force remove a container:
`docker rm --force {{container1 container2 ...}}`
`docker rm {{[-f|--force]}} {{container1 container2 ...}}`
- Remove a container and its volumes:
`docker rm --volumes {{container}}`
`docker rm {{[-v|--volumes]}} {{container}}`
- Display help:
`docker rm --help`
`docker rm {{[-h|--help]}}`