Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-28 00:14:18 +00:00
parent 369eb89f11
commit f104adf657
16 changed files with 188 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ source: https://github.com/tldr-pages/tldr.git
`docker images`
- Open a shell inside a running container:
- Open an [i]nteractive [t]ty with Bourne shell (`sh`) inside a running container:
`docker exec -it {{container_name}} {{sh}}`