Contents
- Goals
- Pre-requisites
- Building a docker image
- Running a docker container
- Monitoring and debugging containers
- Working with volumes
- Inter-container communication
- Multi-stage builds
- Pushing a container to a registry
Goal
The goal of this workshop is to get you accustomed to working with docker. After this workshop is done you should be able to:
- build a docker image
- run a docker container
- monitor and debug containers
- work with docker volumes
- create 2 docker containers that can communicate
- create a multi-stage build
- push a docker image to the registry
Intro presentation here