Docker 的介绍 ,安装以及简单应用
docker 在centos 中的安装
docker 工具
docker-compose
yum install epel-release 软件源
yum install -y docker
systemctl start docker
systemctl enable docker 设置为系统服务
pip install docker-compose 管理docker 容器
easy_install pip
docker web 监控 程序 seagull (更详细的搭建启动功能)