码迷,mamicode.com
首页 > 其他好文 > 详细

docker ce install via yum

时间:2019-08-12 23:43:50      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:mct   tar   make   ble   follow   dock   system   enable   conf   

yum update -y
#
yum install epel-release -y
#
yum install -y yum-utils -y
#
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
#
yum makecache fast
#
yum install docker-ce -y
#
systemctl start docker
#
systemctl enable docker

docker ce install via yum

标签:mct   tar   make   ble   follow   dock   system   enable   conf   

原文地址:https://blog.51cto.com/19840202/2428868

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!