只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-09-25 22:56 Bigben 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 1、概述 我们制作好镜像后,有时需要将镜像复制到另一台服务器使用。 能达到以上目的有两种方式,一种是上传镜像到仓库中(本地或公共仓库),但是另一台服务器很肯能只是与当前服务器局域网想通而没有公网的,所以如果使用仓库的方式,只能自己搭建私有仓库,这会在另一篇文章中介绍。 如果我们仅仅是要复制到另外少数 阅读全文
posted @ 2017-09-25 17:33 Bigben 阅读(35920) 评论(0) 推荐(2) 编辑
摘要: 报错 Cannot connect to the Docker daemon. Is the docker daemon running on this host? 这个错误只要输入docker -d就行了。 因为docker服务没有开启。 查看镜像 docker images 应该又会有docke 阅读全文
posted @ 2017-09-25 16:23 Bigben 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application’s s 阅读全文
posted @ 2017-09-25 16:19 Bigben 阅读(340) 评论(0) 推荐(0) 编辑