上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 111 下一页
摘要: 参考教程:https://docs.docker.com/engine/reference/builder/ 环境 virtual box 6.1 centos 7.8 docker 19.03 解析器指令 Parser directives are optional, and affect the 阅读全文
posted @ 2020-11-29 17:08 jiangbo4444 阅读(331) 评论(0) 推荐(0)
摘要: 参考教程:https://docs.docker.com/engine/reference/builder/ 环境 virtual box 6.1 centos 7.8 docker 19.03 格式 Here is the format of the Dockerfile: 这是 Dockerfi 阅读全文
posted @ 2020-11-29 17:07 jiangbo4444 阅读(284) 评论(0) 推荐(0)
摘要: 参考教程:https://docs.docker.com/engine/reference/builder/ 环境 virtual box 6.1 centos 7.8 docker 19.03 Docker can build images automatically by reading the 阅读全文
posted @ 2020-11-29 17:06 jiangbo4444 阅读(205) 评论(0) 推荐(0)
摘要: 参考教程:https://spring.io/guides/gs/spring-boot-docker/ 环境 virtual box 6.1 centos 7.8 docker 19.03 编写 Spring Boot 服务 定义 pom.xml <project xmlns="http://ma 阅读全文
posted @ 2020-11-29 17:04 jiangbo4444 阅读(388) 评论(0) 推荐(0)
摘要: 环境 virtual box 6.1 centos 7.8 docker 19.03 overlay 挂载 先在宿主机上模拟 overlay 挂载。 建立需要的目录 [root@master overlay-fs]# tree . . ├── lower1 │ └── l1.txt ├── lowe 阅读全文
posted @ 2020-11-29 17:01 jiangbo4444 阅读(1767) 评论(0) 推荐(0)
摘要: 参考教程:https://docs.docker.com/storage/storagedriver/overlayfs-driver/ 以下内容来自官方文档翻译 环境 virtual box 6.1 centos 7.8 docker 19.03 OverlayFS is a modern uni 阅读全文
posted @ 2020-11-29 16:58 jiangbo4444 阅读(761) 评论(0) 推荐(0)
摘要: 参考教程: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 阅读(781) 评论(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 阅读(1354) 评论(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 阅读(714) 评论(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)
上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 111 下一页