Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-15 00:19:37 +00:00
parent 220486abce
commit d5421f7c01
42 changed files with 459 additions and 43 deletions

View File

@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Build a Docker image with no build context:
`docker build {{[-t|--tag]}} {{name:tag}} - < {{Dockerfile}}`
`docker < {{Dockerfile}} build {{[-t|--tag]}} {{name:tag}} -`
- Do not use the cache when building the image: