centos7 docker安裝

updatedocker

yum -y update

installcentos

yum -y install docker docker-registry

Set the Docker service to start at bootcode

systemctl enable docker.service

Then start the Docker servicedate

systemctl start docker.service

And verify your work by checking the status of Docker:service

systemctl status docker.service

search imagesim

docker search centos
相關文章
相關標籤/搜索