Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

后端 未结 6 1561
渐次进展
渐次进展 2020-12-30 07:30

Problem: I am trying to run docker inside vagrant, my Vagrantfile contains following:-

  config.vm.provision \"docker\" do |d|
     d.run \"ubuntu\",
                


        
6条回答
  •  盖世英雄少女心
    2020-12-30 07:59

    I faced a similar issue, running the command sudo service docker restart, followed by restarting the docker image fixed the issue for me

提交回复
热议问题