Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1002 Bytes

setup-linux.md

File metadata and controls

19 lines (10 loc) · 1002 Bytes

Install Docker desktop

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.

  1. Now REBOOT your computer!

[after reboot] Install Visual Studio Code

  1. Install Visual Studio Code (VSCode).

  2. Install the "Dev Containers" extension in Visual Studio Code.

    Code Dev Containers extension

Run the smoke-test to check if everything is working correctly

Follow the instructions in the README.md to run the smoketest and see if everything was installed correctly.