Expected behavior
docker daemon started
Actual behavior
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Steps to reproduce the behavior
- docker pull ubuntu:18.04
- docker run -it ubuntu:18.04 /bin/bash
- apt update && apt install docker
- service docker start
Output of docker version:
Docker version 18.09.7, build 2d0083d
Output of docker info:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Additional environment details (AWS, VirtualBox, physical, etc.)
docker client is Docker for Desktop on Windows 10