To execute Docker containers, build images or just interact with running containers, a service is required. This is the Docker Daemon. You will first have to install the docker daemon on your pc/laptop to start working. To do this please download and install the latest version of Docker Desktop.
You should be able to use the docker
command without having to use sudo
.
- Now REBOOT your computer!
-
Install Visual Studio Code (VSCode).
-
Install the "Dev Containers" extension in Visual Studio Code.
Follow the instructions in the README.md to run the smoketest and see if everything was installed correctly.