/kontainer

Primary LanguageDockerfile

Tests using Docker containers

I am doing this using Windows 10 WSL Ubuntu-20.04.

Steps

  1. Make sure to have everything installed according to this guide: https://docs.docker.com/docker-for-windows/install/
  2. Create cpp application inside a repo, using vscode with docker extension
  3. Create a Dockerfile using extension (without optional files)
  4. Edit then Build image
  5. When finisched move to the Docker extension, select the corresponding image then click "run interactive"