Debug issues with Docker containers and configurations
Help me debug issues with my Docker container.
**Dockerfile:**
```dockerfile
{{DOCKERFILE}}
```
**docker-compose.yml (if applicable):**
```yaml
{{DOCKER_COMPOSE}}
```
**Docker run command:** `{{RUN_COMMAND}}`
**Error or issue:**
```
{{ERROR}}
```
**Container logs:**
```
{{LOGS}}
```
**Expected behavior:** {{EXPECTED}}
Please provide:
1. **Error Analysis**: Interpret the Docker error/issue
2. **Dockerfile Review**: Check for Dockerfile best practices issues
3. **Build Issues**: Fix any build-stage problems
4. **Runtime Issues**: Fix container runtime problems
5. **Networking**: Check network configuration
6. **Volume/Mount Issues**: Verify volume mappings
7. **Fixed Configuration**: Corrected Dockerfile/compose
8. **Debugging Commands**: Useful commands for further debuggingOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{DOCKERFILE][{DOCKER_COMPOSE][{RUN_COMMAND][{ERROR][{LOGS][{EXPECTED]