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,25 @@
# crane registry
> Dit commando biedt een registry-implementatie op een automatisch gekozen poort (:0), $PORT of --address.
> Het commando blokkeert terwijl de server pushes en pulls accepteert en de inhoud kan worden opgeslagen in het geheugen en op de schijf.
> Meer informatie: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_registry_serve.md>.
- Dien een registry-implementatie:
`crane registry serve`
- Adres om naar te luisteren:
`crane registry serve --address {{address_naam}}`
- Pad naar een directory waar blobs worden opgeslagen:
`crane registry serve --disk {{pad/naar/store_dir}}`
- Toon help voor `crane registry`:
`crane registry {{-h|--help}}`
- Toon help voor `crane registry serve`:
`crane registry serve {{-h|--help}}`