mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 20:50:26 +00:00
Update cheatsheets
This commit is contained in:
@@ -33,9 +33,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`docker exec -it {{container_name}} {{sh}}`
|
||||
|
||||
- Remove a stopped container:
|
||||
- Remove stopped containers:
|
||||
|
||||
`docker rm {{container_name}}`
|
||||
`docker rm {{container1 container2 ...}}`
|
||||
|
||||
- Fetch and follow the logs of a container:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user