In these three exercises, you'll learn the basics of Docker running on Linux. These labs are heavy on teaching the core concepts of Docker and are a great place to start learning Docker.
-
Part One: Your First Linux Containers: In this lab you will explore the basics of running containers: pulling images from a registry, running an containerized application, and container instances and isolation.
-
Part Two: Customizing Docker Images: Move on to building your own custom Docker images and explore the Docker concept of image layers and the Dockerfile.
-
Deploy and Managing Multiple Containers: Real apps consist of multiple components. In this lab you will begin to explore running multiple services as a single stack with Docker Swarm.