Docker
Explore Dev Corner articles and subtopics in Docker. This hub page collects practical builds, tools, and engineering guides for sovereign local AI.
Topic breadth
3
Active builds, guides, and subtopic coverage.
Subtopics
Docker — Getting Started
View topicInstall Docker Engine on Ubuntu 24.04 and run your first container. Covers docker run, images, containers, Dockerfile fundamentals, and rootless Docker setup.
Docker Compose
View topicOrchestrate multi-container sovereign stacks with Docker Compose. Covers compose.yaml structure, service dependencies, .env files, healthchecks, and named volumes.
Container Networking
View topicDocker networking for sovereign deployments: bridge, host, and overlay networks, container DNS resolution, exposed vs published ports, and multi-container communication.
Volumes & Storage
View topicPersist data in sovereign Docker deployments: named volumes, bind mounts, tmpfs, volume drivers, and backup strategies for stateful containerised services.
Docker — Security & Hardening
View topicHarden Docker for sovereign production: rootless containers, Docker Hardened Images (DHI), non-root users, read-only filesystems, Trivy scanning, and EU CRA SBOM generation.
Private Registry
View topicSelf-host a private Docker registry with Harbor or distribution/registry. Covers TLS setup, authentication, image signing with Cosign, and garbage collection.