美文网首页
06win7安装

06win7安装

作者: Explorer_Mi | 来源:发表于2017-11-04 11:28 被阅读0次

地址

校验一下版本 老长时间下载不下来这个文件,就去百度云下吧
百度云地址 有这个就对了 图片.png
先更新一下: apt-get update
然后下载docker的安装包:
apt-get install -y docker.io
安装最新的版本 启动docker服务器:service docker start 查看本机中所有的镜像:docker images 创建一个hello-world对象:docker pull hello-world,再查看一下镜像:docker images
没有加地址拉取的话,就会去默认的docker仓库去拉取 启动docker容器 如果出现hello docker!就正确了 也就是这样的运行过程 具体的过程:最终就是从镜像转换转换成了一个容器

相关文章

网友评论

      本文标题:06win7安装

      本文链接:https://www.haomeiwen.com/subject/zrlfmxtx.html