Training

    1. Check if Build and Run a Container with Docker is installed by running docker version
    1. Install VSCode and its extensions
  • winget install -e --id Microsoft.VisualStudioCode  
    code --install-extension ms-vscode-remote.remote-containers  
    code --install-extension ms-python.python
    
    1. Click
      “../assets/image_1667341230993_0.png” could not be found.
      located at the bottom left of the screen
    2. Search for "Add Dev Container Configuration Files" and follow the steps
    3. Once the setup is finished, the following 2 files will appear
    1. Click
      “../assets/image_1667341230993_0.png” could not be found.
      and write "Reopen in container"
    2. VSCode will restart and you will see this
      “../assets/image_1667430653209_0.png” could not be found.