Docker 101: Create, Start, Pause, Unpause, Stop, Restart, Kill, and Remove a Container
Explore the key container management operations by walking through all the phases of the container lifecycle - from creation to termination and removal.
Focused, hands-on problems for sharpening your DevOps and server-side skills. Some teach specific concepts while others mirror real-world scenarios. Every challenge includes hints, feedback, and automated solution checks.
Explore the key container management operations by walking through all the phases of the container lifecycle - from creation to termination and removal.
Learn the difference between named and anonymous volumes and avoid accidental data loss when upgrading a database container.
Learn how to persist the application's on-disk state using a volume so you can replace a container with a newer version while keeping existing data intact.
Learn the difference between stopping and permanently removing containers while operating a personal finance tracker application.