docker run -i -t -v /f/a:/f/ centos:7 /bin/bash

     -v 

      本地路径 : 挂载到 centos 中  f 文件夹 中

 

    windows10 中  不能使用 f:  /f   得这样写 

 

  

相关文章: