The Container Engineer
Docker
It works on my machine. Now make it work everywhere.
Fix the broken container
You can read a container's logs to find why it exited, and restart it with the configuration it was missing.
Cold Start: Your First Containers
You can run, inspect, stop and remove containers and explain how a container differs from a virtual machine.
The Layer Forge: Images and Dockerfiles
ProYou can author, build, tag and optimise images and reason about the layer cache.
Persistence Vault: Storage and Volumes
ProYou can keep data alive across container replacement using the right mount type for the job.
Wire Grid: Container Networking
ProYou can connect containers to each other and to the outside world, and debug when they cannot reach one another.
Ensemble: Multi-Container Applications
ProYou can declare and operate a multi-service application with Docker Compose.
Distribution Network: Registries and Supply Chain
ProYou can publish, pull, sign and scan images and manage credentials safely.
Blast Radius: Security and Resource Control
ProYou can constrain what a container may do and how much of the host it may consume.