Containerization skill assessment
Build small, run safe, ship anywhere.
What it covers
Images & Layers
Understand how images are built from stacked, cached layers and addressed by tags/digests. This governs build speed, image size, and reproducibility.
Dockerfiles & Builds
Write Dockerfiles that build fast and small by ordering instructions for cache reuse and using multi-stage builds.
Runtime & Networking
Know how containers run as processes, handle signals as PID 1, and talk to each other and the host over networks.
Storage & Data
Containers are ephemeral; learn how to persist and share data correctly across restarts and rebuilds.
Compose & Multi-container
Use Compose to define multi-container apps locally, and recognize when you've outgrown it and need an orchestrator.
Security
Shrink the container attack surface: drop privileges, minimize capabilities, and keep secrets out of images.
Registries & Distribution
Images have to live somewhere and move between environments safely. Know how registries store, tag, and authenticate image pulls/pushes.
Ready to benchmark your Containerization skills?
168 questions Β· about 5 minutes Β· see your level and percentile instantly.