Docker Masterclass

docker masterclass

This repository contains the Docker masterclass presentation and practical examples. Each example has a dedicated branch with instructions inside the README.md and source code in the Source directory. Solution to the exercise can be found in solution.ps1.

Prerequisites

Example 1: Working with Docker images

Branch: Example-1-Working-with-Docker-images

Example 2: Working with Docker containers

Branch: Example-2-Working-with-Docker-containers

Example 3: Creating Docker images

Branch: Example-3-Creating-Docker-images

Example 4: Working with Docker-compose

Branch: Example-4-Working-with-Docker-Compose

Example 5: Working with Docker Engine API

Branch: Example-5-Working-with-Docker-Engine-API