Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-13 00:19:20 +00:00
parent 4c553ecd81
commit 7351e2a037
106 changed files with 151 additions and 108 deletions

View File

@@ -14,9 +14,9 @@ source: https://github.com/tldr-pages/tldr.git
- Delete an image for a specific architecture:
`apptainer delete --arch {{amd64|arm64|ppc64le}} library://{{user/collection/container}}:{{tag}}`
`apptainer delete {{[-A|--arch]}} {{amd64|arm64|ppc64le}} library://{{user/collection/container}}:{{tag}}`
- [F]orce delete an image without confirmation:
- Force delete an image without confirmation:
`apptainer delete {{[-F|--force]}} library://{{user/collection/container}}:{{tag}}`