使用Docker工具(Kinematic)安装本地Windows驱动器以基于Centos映像

我对docker工人是非常新的,我正在尝试使用Windows 7将我的应用程序安装在泊坞窗容器上。我正在使用运动控件。

第一步:我可以使用docker hello-world从kinematic提供的powershell。

第二步:我把docker centos:Docker的最新镜像。 我可以运行它。

第3步:我的Windows机器上有一些文件,我想移动到centos docker,这就是为什么在centos中尝试挂载“C:\ Docker_shared”到“/ opt / install”。

以下是我使用的命令

PS C:\Program Files\Docker Toolbox> docker run -it -v /C/Docker_shared:/opt/install centos:latest bash 

命令执行正常,没有错误,但是当我将任何文件放在C:// Docker_shared驱动器中时,它不会在centos目录/ opt / install中显示任何文件。

将感谢您的build议。