ws1-docker
Workshop prerequisites
Expected skillset
basic experience with git and command line (powershell, bash, …)
basic programming experience (to understand the examples)
prepare for the workshop by doing the steps in the next section
Preparation
bring a PC (/Mac) with yourself
it should have docker installed
For Windows or Mac download and install
Docker Desktop
Win10 Pro, Enterprise or Education is required (because of Hyper-V)
For Linux install
docker engine
and
docker-compose
verify that docker and docker-compose works
for docker try to run
docker run --rm hello-world
the result should be something like
this
check that
docker-compose
is on the path, it should print out help
register at
docker hub
have a
github
account
clone this repository