How to run Docker inside WSL Ubuntu

$ sudo /usr/bin/dockerd &
$ sudo docker run hello-world

Comments