...
1## crane validate
2
3Validate that an image is well-formed
4
5```
6crane validate [flags]
7```
8
9### Options
10
11```
12 --fast Skip downloading/digesting layers
13 -h, --help help for validate
14 --remote string Name of remote image to validate
15 --tarball string Path to tarball to validate
16```
17
18### Options inherited from parent commands
19
20```
21 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
22 --insecure Allow image references to be fetched without TLS
23 --platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
24 -v, --verbose Enable debug logs
25```
26
27### SEE ALSO
28
29* [crane](crane.md) - Crane is a tool for managing container images
30
View as plain text