摘要: 参考教程: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 阅读(1356) 评论(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)