swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 786 forks source link

docker 挂载目录出错 #1205

Open JIAOBANTANG opened 4 years ago

JIAOBANTANG commented 4 years ago

image

docker run -p 18306:18306 -v /f/dev/swoft:/var/www/swoft --name swoft swoft

docker: Error response from daemon: error while creating mount source path '/host_mnt/f/dev/swoft': mkdir /host_mnt/f: file exists.

这个该怎么解决?

nanyounanyounan commented 4 years ago

看看这篇文章 https://blog.csdn.net/qq_33028267/article/details/105156454