Docker学习一
2018-07-18 本文已影响0人
AZXG
Docker国内镜像源设置
DaoCloud(https://www.daocloud.io/)可以设置
image.png
image.png
CentOS Docker 安装
yum -y install docker-io
启动 Docker 后台服务
service docker start
测试运行 hello-world
docker run hello-world
image.png