Docker service does not start

后端 未结 2 883
遇见更好的自我
遇见更好的自我 2021-01-01 15:27

docker is gigving me a hard time currently. I followed these instructions in order to install docker on my virtual server running Ubuntu 14.04 hosted by strato.de.



        
2条回答
  •  天命终不由人
    2021-01-01 15:34

    You need to start docker

    sudo start docker

    and then

    sudo docker run hello-world

    I faced same problem on ubuntu 14.04, solved.

    refer comment of Nino-K https://github.com/docker-library/hello-world/issues/3

提交回复
热议问题