I want to play with hyperledger fabric and this require to have linux. Right now I want to use Windows and my idea was to install Ubuntu with WSL and just develop inside it. The problem apear when I want to use docker.
I follow the steps in this tutorial step by step but I run into some problem.
filip@CSGN044D:~$ docker --version
Docker version 19.03.5, build 633a0ea838
filip@CSGN044D:~$ docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
filip@CSGN044D:~$ sudo service docker start
* Starting Docker: docker
and again...
filip@CSGN044D:~$ docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Is this even possible ?
sudo docker run hello-world?DOCKER_HOST=tcp://localhost:2375 docker infoand see if it works