上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 111 下一页
摘要: 参考教程:https://docs.docker.com/storage/storagedriver/select-storage-driver/ 以下内容来自官方文档翻译 环境 virtual box 6.1 centos 7.8 docker 19.03 Docker 的存储驱动 Ideally 阅读全文
posted @ 2020-11-25 14:15 jiangbo4444 阅读(783) 评论(0) 推荐(0)
摘要: 参考教程:https://docs.docker.com/storage/storagedriver/ 以下内容来自官方文档翻译 环境 virtual box 6.1 centos 7.8 docker 19.03 To use storage drivers effectively, it’s i 阅读全文
posted @ 2020-11-25 14:00 jiangbo4444 阅读(1355) 评论(0) 推荐(0)
摘要: 环境 virtual box 6.1 centos 7.8 docker 19.03 绑定挂载的操作 挂载的类型为 bind,需要提供原目录和目标目录进行挂载,也可以是文件,路径必须是绝对路径。 [root@master ~]# docker run --name web -P -d --mount 阅读全文
posted @ 2020-11-25 13:56 jiangbo4444 阅读(715) 评论(0) 推荐(0)
摘要: 参考教程:https://docs.docker.com/storage/volumes/ 以下内容来自官方文档翻译 环境 virtual box 6.1 centos 7.8 docker 19.03 使用数据卷 Volumes are the preferred mechanism for pe 阅读全文
posted @ 2020-11-25 12:54 jiangbo4444 阅读(175) 评论(0) 推荐(0)
摘要: 参考教程:https://docs.docker.com/get-started/overview/ 以下内容来自官方文档翻译 环境 virtual box 6.1 centos 7.8 docker 19.03 在 Docker 中的数据管理 By default all files create 阅读全文
posted @ 2020-11-25 12:38 jiangbo4444 阅读(246) 评论(0) 推荐(0)
摘要: 参考教程:https://yeasy.gitbook.io/docker_practice/introduction 书籍:《Docker技术入门与实践》 Docker 允许通过外部访问容器或容器互联的方式来提供网络服务。 环境 virtual box 6.1 centos 7.8 docker 1 阅读全文
posted @ 2020-11-23 20:40 jiangbo4444 阅读(721) 评论(0) 推荐(0)
摘要: 参考教程:https://yeasy.gitbook.io/docker_practice/introduction 书籍:《Docker技术入门与实践》 Docker 允许通过外部访问容器或容器互联的方式来提供网络服务。 环境 virtual box 6.1 centos 7.8 docker 1 阅读全文
posted @ 2020-11-23 20:37 jiangbo4444 阅读(268) 评论(0) 推荐(0)
摘要: 参考教程:https://yeasy.gitbook.io/docker_practice/introduction 书籍:《Docker技术入门与实践》 在容器中管理数据主要有两种方式: 数据卷(Volumes) 挂载主机目录 (Bind mounts) 环境 virtual box 6.1 ce 阅读全文
posted @ 2020-11-23 20:21 jiangbo4444 阅读(143) 评论(0) 推荐(0)
摘要: 参考教程:https://yeasy.gitbook.io/docker_practice/introduction 书籍:《Docker技术入门与实践》 仓库(Repository)是集中存放镜像的地方。 一个容易混淆的概念是注册服务器(Registry)。实际上注册服务器是管理仓库的具体服务器, 阅读全文
posted @ 2020-11-23 20:18 jiangbo4444 阅读(244) 评论(0) 推荐(0)
摘要: 参考教程:https://yeasy.gitbook.io/docker_practice/introduction 书籍:《Docker技术入门与实践》 Docker 运行容器前需要本地存在对应的镜像,如果本地不存在该镜像,Docker 会从镜像仓库下载该镜像。 本章将介绍更多关于镜像的内容,包括 阅读全文
posted @ 2020-11-23 16:58 jiangbo4444 阅读(1054) 评论(0) 推荐(0)
上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 111 下一页