随笔分类 -  Docker

摘要:https://yeasy.gitbooks.io/docker_practice/image/build.html https://blog.csdn.net/weixin_42596342/article/details/85683414 https://www.cnblogs.com/stul 阅读全文
posted @ 2019-04-16 09:43 clemente 阅读(111) 评论(0) 推荐(0) 编辑
摘要:日常使用命令 1.停止所有的container,这样才能够删除其中的images: 如果想要删除所有container的话再加一个指令: 2.查看当前有些什么images 3.删除images,通过image的id来指定删除谁 想要删除untagged images,也就是那些id为<None>的i 阅读全文
posted @ 2019-04-11 16:02 clemente 阅读(545) 评论(0) 推荐(0) 编辑
摘要:https://time-track.cn/compile-docker-from-source.html 参考 https://time-track.cn/install-docker-on-ubuntu.html 阅读全文
posted @ 2019-04-11 09:33 clemente 阅读(126) 评论(0) 推荐(0) 编辑
摘要:基于ubuntu:16.04 apt-get update -y apt-get install sudo -y 换源 sudo apt-get install vim sudo vim /etc/apt/sources.list 内容全部替换成 deb http://mirrors.aliyun. 阅读全文
posted @ 2019-04-10 15:16 clemente 阅读(766) 评论(0) 推荐(0) 编辑
摘要:由于前一章演示用的镜像没什么用准备删除 Error response from daemon: conflict: unable to remove repository reference "hello-world:latest" (must force) - container 32a5e6dd 阅读全文
posted @ 2019-04-08 14:40 clemente 阅读(2393) 评论(0) 推荐(0) 编辑
摘要:参考自 https://yeasy.gitbooks.io/docker_practice/install/ubuntu.html#ubuntu-1604- docker-io 是以前早期的版本,版本号是 1.*,最新版是 1.13,而 docker-ce 是新的版本,分为社区版 docker-ce 阅读全文
posted @ 2019-04-08 10:58 clemente 阅读(369) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示