Skip to main content

Git and Docker

You will need to make sure you have both Git and Docker installed, but thats it!

Git

Follow the instructions here to install Git

Docker

Follow the instructions here to install Docker

[Linux/WSL Only] - Don't run Docker as root!

Add your user to the docker group.

sudo usermod -aG docker $USER