I am still a total beginner at Docker on WSL2. I fear that this is rather a stupid question. I am working on a project that was built entirely on Linux Mint 19.2. When I tested code on Linux without Docker, I was asked to install that same Linux Mint version as well, to be ..
Author : questionto42
I am a beginner at Docker on WSL2. I am working on a project that was built entirely on Linux Mint 19.2. To be fully aligned with the project, I try to run a docker container with that OS. I am thinking of something at the start of the Dockerfile like: FROM mint:19.2 This base ..

I am using Ubuntu on WSL2. According to How to fix docker ‘Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?’ on Ubuntu, I can automatically start the docker daemon at boot using sudo systemctl enable docker instead of just starting it again at every boot with sudo systemctl start docker ..

I am using Ubuntu on WSL2. According to How to fix docker ‘Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?’ on Ubuntu, I can automatically start the docker daemon at boot using sudo systemctl enable docker instead of just starting it again at every boot with sudo systemctl start docker ..