Docker: Mounts denied. The paths … are not shared from OS X and are not known to Docker

后端 未结 7 786
無奈伤痛
無奈伤痛 2020-11-29 22:44

The command docker run -v /var/folders/zz/... produces the following error.

docker: Error response from daemon: Mounts denied: 
The paths /var/f         


        
7条回答
  •  無奈伤痛
    2020-11-29 23:11

    My issue fixed similar to Arghya's. I just needed to remove the paths from file sharing and restart docker.

提交回复
热议问题