您的位置:首页 > 运维架构 > Docker

centos7 docker安装

2016-07-25 00:00 501 查看
摘要: docker 安装

update

yum -y update

install

yum -y install docker docker-registry

Set the Docker service to start at boot

systemctl enable docker.service

Then start the Docker service

systemctl start docker.service

And verify your work by checking the status of Docker:

systemctl status docker.service

search images

docker search centos
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: