美文网首页
docker note

docker note

作者: angoal | 来源:发表于2018-02-01 15:28 被阅读3次

经过近一个月的学习docker系统,大致了解她的基本原理与运行方式,能在Linux(centos)环境下构建docker平台。此平台是虚拟化技术的另一种应用,能够快速构建一个平台。


还需要多努力、多练习。

Docker documents

three storage type :volume  /bind mount /tmpfs mount

The diagram below shows a single Docker host running two containers. Eachcontainer exists inside of its own address space within the Docker host’s localstorage area (/var/lib/docker/...). There is also a single shared data volumelocated at/dataon the Docker host. This is mounted directly into bothcontainers.

相关文章

网友评论

      本文标题:docker note

      本文链接:https://www.haomeiwen.com/subject/lrmioxtx.html