Deploy a containerized stack for this workshop
Obviously GitLab
Visual Studio Code for editing
Portainer to manage Docker
traefik routes requests to containers
Use the web-based Visual Studio Code
Open a terminal and configure git:
git config --global user.email "seatN@inmylab.de"
git config --global user.name "seatN"
git config --global credential.helper store
If your credentials are not working:
The code was provided as part of your credentials:
code;hostname;username;password
ABCDE;seatN.inmylab.de;seat;0123456789abcdef0123456789abcdef
Demos focus on a single feature
Each demo improves the previous state
All demos will have unanswered questions
Following demos will again improve