Contents

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:

  1. build a docker image
  2. run a docker container
  3. monitor and debug containers
  4. work with docker volumes
  5. create 2 docker containers that can communicate
  6. create a multi-stage build
  7. push a docker image to the registry

Intro presentation here