Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-09 00:18:54 +00:00
parent e8c2c9b263
commit 23dbe1558c
4 changed files with 36 additions and 2 deletions

View File

@@ -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: