- The slides folder contains the material teached during classes.
- Install
docker
- Install
docker-compose
- Windows and Mac: Docker Compose is already included in Docker Desktop
- Linux: https://docs.docker.com/compose/install/
- Run docker (sometimes docker has to be (re)started over and over again)
- Check that docker works by opening a new terminal (
cmd.exe
in Windows or/bin/bash
in Linux) and runningdocker run hello-world