...
1## crane
2
3Crane is a tool for managing container images
4
5```
6crane [flags]
7```
8
9### Options
10
11```
12 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
13 -h, --help help for crane
14 --insecure Allow image references to be fetched without TLS
15 --platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
16 -v, --verbose Enable debug logs
17```
18
19### SEE ALSO
20
21* [crane append](crane_append.md) - Append contents of a tarball to a remote image
22* [crane auth](crane_auth.md) - Log in or access credentials
23* [crane blob](crane_blob.md) - Read a blob from the registry
24* [crane catalog](crane_catalog.md) - List the repos in a registry
25* [crane config](crane_config.md) - Get the config of an image
26* [crane copy](crane_copy.md) - Efficiently copy a remote image from src to dst while retaining the digest value
27* [crane delete](crane_delete.md) - Delete an image reference from its registry
28* [crane digest](crane_digest.md) - Get the digest of an image
29* [crane export](crane_export.md) - Export filesystem of a container image as a tarball
30* [crane flatten](crane_flatten.md) - Flatten an image's layers into a single layer
31* [crane index](crane_index.md) - Modify an image index.
32* [crane ls](crane_ls.md) - List the tags in a repo
33* [crane manifest](crane_manifest.md) - Get the manifest of an image
34* [crane mutate](crane_mutate.md) - Modify image labels and annotations. The container must be pushed to a registry, and the manifest is updated there.
35* [crane pull](crane_pull.md) - Pull remote images by reference and store their contents locally
36* [crane push](crane_push.md) - Push local image contents to a remote registry
37* [crane rebase](crane_rebase.md) - Rebase an image onto a new base image
38* [crane registry](crane_registry.md) -
39* [crane tag](crane_tag.md) - Efficiently tag a remote image
40* [crane validate](crane_validate.md) - Validate that an image is well-formed
41* [crane version](crane_version.md) - Print the version
42
View as plain text