Demo environment


GitLab

Deploy a containerized stack for this workshop

Obviously GitLab

Visual Studio Code for editing

Portainer to manage Docker

traefik routes requests to containers


IDE

Use the web-based Visual Studio Code

  1. Go to https://vscode.seatN.inmylab.de
  2. Authenticate using the user seat and your personal password
  3. Finish the configuration wizard
  4. 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
    
  5. Clone https://github.com/nicholasdille/container-slides

Problems with credentials

If your credentials are not working:

  1. Go to https://seatN.inmylab.de
  2. Click on “Show username and password”
  3. Authenticate using the user seat and your code

The code was provided as part of your credentials:

code;hostname;username;password
ABCDE;seatN.inmylab.de;seat;0123456789abcdef0123456789abcdef

Demos tell a story

Demos focus on a single feature

Each demo improves the previous state

All demos will have unanswered questions

Following demos will again improve