Ubuntu – Docker on windows wsl not running daemon
I few days ago I installed docker in my WSL version 2 on windows. On Ubuntu I used the following script provided by this page: https://nickjanetakis.com/blog/install-docker-in-wsl-2-without-docker-desktop curl -fsSL https://get.docker.com -o get-docker.sh The problem is that after installing it, docker seems…