1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/crane-validate.md
Managor 9a42cc59fb
pages*/common/*: add option placeholders to translations part 1 (#15896)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-14 12:48:08 +05:30

508 B

crane validate

Valideer of een image goed is gevormd. Meer informatie: https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_validate.md.

  • Valideer een image:

crane validate

  • Sla het downloaden/digiteren van lagen over:

crane validate --fast

  • Naam van de remote image om te valideren:

crane validate --remote {{image_naam}}

  • Pad naar tarball om te valideren:

crane validate --tarball {{pad/naar/tarball}}

  • Toon de help:

crane validate {{[-h|--help]}}