1 頁 (共 1 頁)

CentOS 6.5 install docker

發表於 : 2018-05-31 09:30:12
yehlu
https://www.liquidweb.com/kb/how-to-ins ... -centos-6/

代碼: 選擇全部

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