FY18P20Labs

View the Project on GitHub

Simple App Containerization hands-on lab with Docker

Installing Docker locally

  1. For windows installations, follow instructions here
  2. For Mac machines, follow instructions here
  3. Another option is to start a VM on your Azure subscription using Ubuntu or centOS image and installing Docker using Linux instructions here to ensure you have the latest docker version.

Lab Navigation

  1. Lab Overview
  2. Installing Docker locally <– You are here
  3. Running a simple app in a Docker container locally
  4. Lifecycle of a container
  5. Creating and running Docker images using a Dockerfile
  6. Defining and running multi-container Docker applications using Docker compose
  7. Running CAT Sample App locally

Back to Index