mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 18:59:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -17,11 +17,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`apptainer push {{path/to/image.sif}} oras://{{registry/namespace/image}}:{{tag}}`
|
||||
|
||||
- Push an [U]nsigned container (skip signature verification):
|
||||
- Push an unsigned container (skip signature verification):
|
||||
|
||||
`apptainer push {{[-U|--allow-unsigned]}} {{path/to/image.sif}} library://{{user/collection/container}}:{{tag}}`
|
||||
|
||||
- Push a container with a [D]escription (library only):
|
||||
- Push a container with a description (library only):
|
||||
|
||||
`apptainer push {{[-D|--description]}} "{{description}}" {{path/to/image.sif}} library://{{user/collection/container}}:{{tag}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user