摘要: 1、获取镜像 docker pull NAME[:TAG] 如果不显式地指定TAG,则默认会选择latest标签,即下载仓库中最新版本的镜像。//获取最新镜像docker pull ubuntu //获取指定标签镜像docker pull ubuntu:14.04//获取指定仓库镜像docker p 阅读全文
posted @ 2017-04-17 20:41 liuyongsheng 阅读(5204) 评论(0) 推荐(0) 编辑
摘要: 默认使用yum或者apt安装的docker版本较老,可以通过以下方式进行升级: 1、卸载旧版本 2、安装最新版 3、配置阿里云加速器 4、Docker Hub Mirror 阿里云:https://dev.aliyun.com/search.html DaoCloud:https://www.dao 阅读全文
posted @ 2017-04-17 20:40 liuyongsheng 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 系统:ubuntu 16.10 步骤: uname -a lsb_release -a sudo apt-get update sudo apt-get install docker.io sudo service docker start/stop/status sudo docker versi 阅读全文
posted @ 2017-04-17 20:39 liuyongsheng 阅读(140) 评论(0) 推荐(0) 编辑