Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-18 00:18:39 +00:00
parent bda9e5a061
commit 0df0c010e8
101 changed files with 941 additions and 154 deletions

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- List local Docker images:
`docker image ls`
`docker {{[images|image ls]}}`
- Delete unused local Docker images:
@@ -23,4 +23,4 @@ source: https://github.com/tldr-pages/tldr.git
- Show the history of a local Docker image:
`docker image history {{image}}`
`docker {{[history|image history]}} {{image}}`