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 copy
> Kopieer efficiënt een remote image van bron naar doel terwijl de digest-waarde behouden blijft.
> Meer informatie: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_copy.md>.
- Kopieer een image van bron naar doel:
`crane copy {{bron}} {{doel}}`
- Kopieer alle tags:
`crane copy {{bron}} {{doel}} {{-a|--all-tags}}`
- Stel het maximum aantal gelijktijdige kopieën in, standaard is GOMAXPROCS:
`crane copy {{bron}} {{doel}} {{-j|--jobs}} {{int}}`
- Voorkom het overschrijven van bestaande tags in het doel:
`crane copy {{bron}} {{doel}} {{-n|--no-clobber}}`
- Toon help:
`crane copy {{-h|--help}}`