...
1## crane registry
2
3
4
5### Options
6
7```
8 -h, --help help for registry
9```
10
11### Options inherited from parent commands
12
13```
14 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
15 --insecure Allow image references to be fetched without TLS
16 --platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
17 -v, --verbose Enable debug logs
18```
19
20### SEE ALSO
21
22* [crane](crane.md) - Crane is a tool for managing container images
23* [crane registry serve](crane_registry_serve.md) - Serve a registry implementation
24
View as plain text