crane: add Dutch translation (#14264)

This commit is contained in:
Sebastiaan Speck
2024-10-26 12:07:57 +02:00
committed by GitHub
parent 821b98a69e
commit efe9d90900
40 changed files with 716 additions and 9 deletions

View File

@@ -0,0 +1,24 @@
# crane pull
> Haal externe images op via referentie en sla hun inhoud lokaal op.
> Meer informatie: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_pull.md>.
- Haal externe image op:
`crane pull {{image_naam}} {{pad/naar/tarball}}`
- Bewaar de image-referentie die is gebruikt om op te halen als een annotatie wanneer gebruikt met --format=oci:
`crane pull {{image_naam}} {{pad/naar/tarball}} --annotate-ref`
- Pad naar cache-image-lagen:
`crane pull {{image_naam}} {{pad/naar/tarball}} {{-c|--cache_path}} {{pad/naar/cache}}`
- Formaat waarin images moeten worden opgeslagen (standaard 'tarball'):
`crane pull {{image_naam}} {{pad/naar/tarball}} {{-format}} {{format_naam}}`
- Toon help:
`crane pull {{-h|--help}}`