《Docker相关文章索引(1)》

来源:互联网 发布:asio驱动编程 编辑:程序博客网 时间:2024/05/14 02:54

1、Docker环境部署


Ubuntu 14.04安装Docker

在 CentOS 6.x上安装 docker.io成功

CentOS 7 上安装 Docker 详解


Docker安装:Docker is supported on these Ubuntu operating systems:

a.sudo wget -qO- https://get.docker.com/ | sh;
b.sudo adduser $(username) docker or sudo usermod -aG docker developer;
c.sudo reboot;

2、Docker基本常识


学习Docker非常好的网站
Docker学习笔记(2)--Docker常用命令
Docker学习笔记(3)-- 如何使用Dockerfile构建镜像
docker kill与docker stop
非常详细的 Docker 学习笔记
Usage of loopback devices is strongly discouraged for production use.
Docker创建MySQL容器



0 0