Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 959 Bytes

index.md

File metadata and controls

19 lines (15 loc) · 959 Bytes

Simple App Containerization hands-on lab with Docker

Lab Goals:

  1. To get a primarily hands-on experience with Docker, Kubernetes and Kubernetes’ main features on Azure.
  2. To set up a Kubernetes deployment in your subscription for future customer-demo purposes.
  3. To write and run a basic hello-world program on Docker

Created at Microsoft by Lamia Youseff, David Read, Stas Kondratiev, Tommy Falgout

Lab Navigation

  1. Lab Overview <-- You are here
  2. Installing Docker locally
  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