Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-09 00:16:26 +00:00
parent f8bee5305f
commit 9e2d0f72f1
116 changed files with 330 additions and 330 deletions

View File

@@ -11,19 +11,19 @@ source: https://github.com/tldr-pages/tldr.git
- Push image based on a base image:
`crane append {{-b|--base}} {{image_name}}`
`crane append {{[-b|--base]}} {{image_name}}`
- Push image with appended layer from tarball:
`crane append {{-f|--new_layer}} {{layer_name1 layer_name2 ...}}`
`crane append {{[-f|--new_layer]}} {{layer_name1 layer_name2 ...}}`
- Push image with appended layer with new tag:
`crane append {{-t|--new_tag}} {{tag_name}}`
`crane append {{[-t|--new_tag]}} {{tag_name}}`
- Push resulting image to new tarball:
`crane append {{-o|--output}} {{path/to/tarball}}`
`crane append {{[-o|--output]}} {{path/to/tarball}}`
- Use empty base image of type OCI media instead of Docker:
@@ -35,4 +35,4 @@ source: https://github.com/tldr-pages/tldr.git
- Display help:
`crane append {{-h|--help}}`
`crane append {{[-h|--help]}}`