docker note

2018-02-01  本文已影响3人  angoal

经过近一个月的学习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.

上一篇 下一篇

猜你喜欢

热点阅读