Ubuntu 16.04 - > ERROR: Couldn't connect to Docker daemon - you might need to run `docker-machine start default`

前端 未结 15 2180
北恋
北恋 2021-02-03 17:48

I am getting error on ubuntu 16.04

\"ERROR: Couldn\'t connect to Docker daemon - you might need to run docker- machine start default. \"

15条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-03 17:55

    Starting the Docker daemon

    Use following command :

    sudo systemctl start docker  
    

    or on older distributions, you may need to use:

    sudo service docker start
    

提交回复
热议问题