Docker run 挂载 volume 记录

  

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

     -v 

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

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

  

原文地址:https://www.cnblogs.com/atliwen/p/6117931.html