摘要: 原文地址 https://github.com/shellhub/blog/issues/21 安装DockerLinux或者Mac用户建议使用一件脚本安装 https://github.com/docker/docker-install Windows用户(好久没用这个系统了) https://d 阅读全文
posted @ 2020-02-16 18:50 专注于区块链开发 阅读(166) 评论(0) 推荐(0) 编辑
摘要: $ cd /etc/docker$ cat daemon.json{"registry-mirrors": ["https://kfwkfulq.mirror.aliyuncs.com","https://2lqq34jg.mirror.aliyuncs.com","https://pee6w651 阅读全文
posted @ 2020-02-16 18:43 专注于区块链开发 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 开启docker服务 centeros7以及之后版本: systemctl start docker centeros6以及之前的版本: service docker start 查看已有镜像 docker images 抓取镜像 镜像查询地址: https://dev.aliyun.com/lis 阅读全文
posted @ 2020-02-16 18:41 专注于区块链开发 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Docker是一种新兴的虚拟化技术,能够一定程度上的代替传统虚拟机。下图是容器跟虚拟机的对比 对docker有个大致了解,学习docker断断续续,虽说学习不能急于求成,但断断续续学的话,浪费的碎片化时间也是不少的。 学习docker如果不愿意看文章可以看慕课网的一个免费的视频讲解,入门完全ok。 阅读全文
posted @ 2020-02-16 18:12 专注于区块链开发 阅读(646) 评论(0) 推荐(1) 编辑