centos6 install docker

前端之家收集整理的这篇文章主要介绍了centos6 install docker前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

yum update -y

yum -y install docker-io

service docker start

chkconfig docker on

原文链接:https://www.f2er.com/centos/378720.html

猜你在找的CentOS相关文章