最近在学习docker时候出现如下错误:

for zoo1  Cannot start service zoo1: b'Mounts denied: \r\nThe paths /usr/local/docker/zookeeper/zoo1/datalog and /usr/local/docker/zookeeper/zoo1/data\r\nare not shared from OS X and are not known to Docker.\r\nYou can configure shared paths from Docker -> Preferences... -> File Sharing.\r\nSee https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.\r\n.'

ERROR: Encountered errors while bringing up the project.

解决方案如下

not shared from OS X and are not known to Docker

参考:https://blog.csdn.net/nanxiaotao/article/details/80618516

相关文章:

  • 2021-10-20
  • 2021-09-10
  • 2021-04-15
  • 2021-08-06
  • 2021-09-22
  • 2021-07-20
  • 2021-07-12
  • 2021-11-05
猜你喜欢
  • 2021-06-08
  • 2022-01-17
  • 2021-11-16
  • 2022-12-23
  • 2021-04-18
  • 2022-12-23
  • 2021-07-27
相关资源
相似解决方案