docker 数据卷是不是没有子目录的概念?

2023-06-13 17:01:17 +08:00
 moxuanyuan

例如执行下面的 compose

version: '3.3'

services:
  nginx:
    image: nginx
    volumes:
      - web_data/html:/usr/share/nginx/html
      - web_data/nginx:/var/log/nginx

volumes:
  web_data:

就会出错,提示 failed to deploy a stack: service "nginx" refers to undefined volume web_data/html: invalid compose project

1273 次点击
所在节点    Docker
5 条回复
Itoktsnhc
2023-06-13 17:05:44 +08:00
web_data:/html
moxuanyuan
2023-06-13 17:38:18 +08:00
@Itoktsnhc 你没看清我说的是什么吧?
Kiza
2023-06-13 18:25:17 +08:00
@moxuanyuan 路径用双引号包起来呢
cxtrinityy
2023-06-13 18:33:17 +08:00
我觉得你需要的是 bind mount 人不是 volume
moxuanyuan
2023-06-13 20:53:37 +08:00
@cxtrinityy #4
我知道 bind 可以,但我想知为什么 volume 不能有子目录的概念。。这样不是更容易集中管理同一个容器的数据吗?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/948403

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX