FY18P20Labs
View the Project on GitHub
Simple App Containerization hands-on lab with Docker
Installing Docker locally
For windows installations, follow instructions
here
For Mac machines, follow instructions
here
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
Lab Overview
Installing Docker locally
<– You are here
Running a simple app in a Docker container locally
Lifecycle of a container
Creating and running Docker images using a Dockerfile
Defining and running multi-container Docker applications using Docker compose
Running CAT Sample App locally
Back to Index