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