dockerCE安装

环境
centos7 2核4G
yum工具
yum install -y yum-utils device-mapper-persistent-data lvm2添加镜像源
yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo将软件包添加至本地缓存
yum makecache fast安装docker-ce
yum install docker-ce -y设置docker开机启动
systemctl enable docker启动docker
systemctl start docker查看详细信息
docker info以上是 dockerCE安装 的全部内容, 来源链接: utcz.com/z/509003.html
