Docker in WSL2

To get it running on Windows without needing a Docker Desktop license I had to do the following:

Firstly I installed docker (not entirely sure this is needed since it didn't come with the actual Docker CLI)

sudo apt install docker

Now we need to add the Docker key to the apt s...