github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/commandline/sealer_debug_show-images.md (about) 1 ## sealer debug show-images 2 3 List default images 4 5 ``` 6 sealer debug show-images [flags] 7 ``` 8 9 ### Options 10 11 ``` 12 -h, --help help for show-images 13 ``` 14 15 ### Options inherited from parent commands 16 17 ``` 18 --check-list strings Check items, such as network、volume. 19 --config string config file (default is $HOME/.sealer.json) 20 -d, --debug turn on debug mode 21 -e, --env stringToString Environment variables to set in the container. (default []) 22 --image string Container image to use for debug container. 23 --image-pull-policy string Container image pull policy, default policy is IfNotPresent. (default "IfNotPresent") 24 --name string Container name to use for debug container. 25 -n, --namespace string Namespace of Pod. (default "default") 26 -i, --stdin Keep stdin open on the container, even if nothing is attached. 27 -t, --tty Allocate a TTY for the debugging container. 28 ``` 29 30 ### SEE ALSO 31 32 * [sealer debug](sealer_debug.md) - Creating debugging sessions for pods and nodes 33