1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-27 19:35:28 +02:00
tldr/pages.nl/common/crane.md

876 B

crane

Hulpmiddel 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/.

  • Voer een crane subcommando uit:

crane {{subcommando}}

  • Sta het pushen van niet-distribueerbare (buitenlandse) lagen toe:

crane --allow-nondistributable-artifacts {{subcommando}}

  • Sta het ophalen van afbeeldingsreferenties zonder TLS toe:

crane --insecure {{subcommando}}

  • Geef het platform op in de vorm os/arch{{/variant}}{{:osversion}} (bijv. linux/amd64). (standaard alle):

crane --platform {{platform}} {{subcommando}}

  • Schakel debuglogs in voor een subcommando:

crane {{[-v|--verbose]}} {{subcommando}}

  • Toon de help voor een subcommando:

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