mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 03:58:26 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user