1.使用Volume在主机和容器之间传输文件. 在官方文档中可以看到使用如下命令即可创建一个volume: Create a volume: $ docker volume create my-vol 1 注意这个命令不是所有的docker版本都可以运行的: The client and daemon API must both be at least 1.21 to use this command. Use the docker version command on the client t