# Troubleshooting Chainguard Containers

URL: https://edu.chainguard.dev/chainguard/chainguard-images/troubleshooting.md

Resources on how to troubleshoot issues that may come up when using Chainguard Containers.

## Pages

- [Debugging Distroless Container Images](https://edu.chainguard.dev/chainguard/chainguard-images/troubleshooting/debugging-distroless-images.md): In this article, we'll discuss a few different strategies to debug distroless images, considering these images typically don't include a shell or package managers.
- [Debugging Distroless Containers with Docker Debug](https://edu.chainguard.dev/chainguard/chainguard-images/troubleshooting/debugging_distroless.md): How to use the Docker Debug feature to debug Distroless and minimal containers
- [Debugging Distroless Container Images with Kubectl Debug and CDebug](https://edu.chainguard.dev/chainguard/chainguard-images/troubleshooting/kubectl_cdebug.md): This video explains how to use the Kubectl and cdebug tools to investigate failing containers. It focuses on how to debug distroless images with no shell where traditional 'exec' commands don't work.

