crane: add Dutch translation (#14264)
This commit is contained in:
20
pages.nl/common/crane-push.md
Normal file
20
pages.nl/common/crane-push.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# crane push
|
||||
|
||||
> Stuur lokale image-inhoud naar een externe registry.
|
||||
> Meer informatie: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_push.md>.
|
||||
|
||||
- Stuur lokale image naar externe registry:
|
||||
|
||||
`crane push {{pad/naar/tarball}} {{image_naam}}`
|
||||
|
||||
- Pad naar bestand met lijst van gepubliceerde image-referenties:
|
||||
|
||||
`crane push {{pad/naar/tarball}} {{image_naam}} --image-refs {{pad/naar/filenaam}}`
|
||||
|
||||
- Stuur een verzameling images als een enkele index (vereist als pad meerdere images heeft):
|
||||
|
||||
`crane push {{pad/naar/tarball}} {{image_naam}} --index`
|
||||
|
||||
- Toon help:
|
||||
|
||||
`crane push {{-h|--help}}`
|
Reference in New Issue
Block a user