github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/commandline/sealer_inspect.md (about) 1 ## sealer inspect 2 3 print the image information or clusterFile 4 5 ### Synopsis 6 7 sealer inspect kubernetes:v1.18.3 to print image information 8 sealer inspect -c kubernetes:v1.18.3 to print image Clusterfile 9 10 ``` 11 sealer inspect [flags] 12 ``` 13 14 ### Options 15 16 ``` 17 -c, --Clusterfile print the clusterFile 18 -h, --help help for inspect 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --config string config file (default is $HOME/.sealer.json) 25 -d, --debug turn on debug mode 26 ``` 27 28 ### SEE ALSO 29 30 * [sealer](sealer.md) - 31