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
相关文章
相关标签/搜索