Docker command can't connect to Docker daemon

后端 未结 23 3125
有刺的猬
有刺的猬 2020-12-02 04:01

I want to make a move to Docker, so I\'ve just started to mess around with it. I\'ve installed Docker on a VirtualBox Ubuntu 15.10 (Wily Werewolf) installation and as sugges

23条回答
  •  無奈伤痛
    2020-12-02 04:09

    For the ones who already tried restarting your machine, unsetting the environment variable DOCKER_HOST as told in the docker env documentation and all the rest just try to go with the

    sudo service docker restart
    

    Only this did the trick for me even after restarting the machine.

提交回复
热议问题