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

后端 未结 11 1006
轻奢々
轻奢々 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:29

    In Linux, first of all execute sudo service docker start in terminal.

提交回复
热议问题