craneHulpmiddel voor het beheren van containerimages. Sommige subcommando's zoals
pull,push,copy, enz. hebben hun eigen gebruiksdocumentatie. Meer informatie: https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane.md/.
crane auth login {{register}} {{[-u|--username]}} {{gebruiker}} {{[-p|--password]}} {{wachtwoord}}
crane catalog {{register}} --full-ref
crane ls {{repository}} {{[-o|--omit-digest-tags]}}
crane pull {{image}} {{tarball}}
crane push {{pad/naar/map_of_tarball}} {{image}}
crane tag {{image}} {{tag}}
src naar dst terwijl de digest-waarde behouden blijft:crane copy src dst {{[-a|--all-tags]}}
crane delete {{image}}