发布时间:2017-07-24 06:20:49
Docker Machine 用于管理多个 Docker Host,本节先学习如何安装 Docker Machine.......【阅读全文】
发布时间:2017-07-19 06:30:08
在上一节的例子中 volume container 的数据归根到底还是在 host 里,有没有办法将数据完全放到 volume container 中,同时又能与其他容器共享呢?......【阅读全文】
发布时间:2017-07-17 06:12:45
volume container 是专门为其他容器提供 volume 的容器。它提供的卷可以是 bind mount,也可以是 docker managed volume。......【阅读全文】
发布时间:2017-07-15 22:48:53
数据共享是 volume 的关键特性,本节我们详细讨论通过 volume 如何在容器与 host 之间,容器与容器之间共享数据。......【阅读全文】
发布时间:2017-07-12 06:00:10
docker managed volume 与 bind mount 在使用上的最大区别是不需要指定 mount 源,指明 mount point 就行了。......【阅读全文】