mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 05:54:13 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user