摘要:
参考教程: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)