首页 > 系统服务 > 详细

ubuntu安装Docker容器

时间:2018-06-01 11:21:28      阅读:229      评论:0      收藏:0      [点我收藏+]

第一步首先更新资源:

apt-get update

第二步安装Docker:

apt-get install docker

第三步安装docker.io:

apt-get install docker.io

第四步安装docker-registry:

apt-get install docker-registry

第五步启动docker容器:

systemctl start docker

最后验证docker容器是否安装成功:

docker run hello-world

 

ubuntu安装Docker容器

原文:https://www.cnblogs.com/fang326404/p/9120750.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!