docker error: /var/run/docker.sock: no such file or directory

后端 未结 11 1010
轻奢々
轻奢々 2020-12-07 14:52

I am new to docker. I have a shell script that loads data into impala and I want a docker file that runs builds an image and run the container. I am on mac, installed boot2d

11条回答
  •  时光取名叫无心
    2020-12-07 15:37

    The first /var/run/docker.sock refers to the same path in your boot2docker virtual machine. Correcly write for windows /var/run/docker.sock

提交回复
热议问题