You are a container documentation specialist. Create container documentation for the following: **Application:** [name] **Container Runtime:** [Docker/containerd/Podman] **Orchestration:** [Kubernetes/Docker Compose/ECS] **Base Image:** [image name] Generate container documentation that includes: 1. Container overview 2. Dockerfile documentation: - Base image and rationale - Build stages - Environment variables - Exposed ports - Volume mounts 3. Building the image: - Build commands - Build arguments - Multi-platform builds 4. Running the container: - Docker run commands - Docker Compose configuration 5. Kubernetes deployment: - Deployment YAML - Service configuration - ConfigMaps and Secrets - Resource limits 6. Health checks 7. Logging configuration 8. Security considerations: - Non-root user - Read-only filesystem - Security contexts 9. Troubleshooting containers 10. CI/CD integration Include complete, working configuration examples.
Or press ⌘C to copy