windows下启动docker报错mount a direct
2020-07-23 本文已影响0人
刘栉风
Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
简单来说就是不能跨盘
假如docker在d盘,那么配置文件放在f盘,尝试挂载,就会报这个错误
Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
简单来说就是不能跨盘
假如docker在d盘,那么配置文件放在f盘,尝试挂载,就会报这个错误