Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]希望能强化一下docker的储存卷管理功能 #6601

Open
rainonline opened this issue Sep 27, 2024 · 1 comment
Open

[FEATURE]希望能强化一下docker的储存卷管理功能 #6601

rainonline opened this issue Sep 27, 2024 · 1 comment
Assignees

Comments

@rainonline
Copy link

1Panel 版本

v1.10.17-lts

请描述您的需求或者改进建议

image
希望能丰富一下储存卷管理中的信息,尤其是增加展示卷的Options["device"]值

[
    {
        "CreatedAt": "2024-09-27T16:56:24+08:00",
        "Driver": "local",
        "Labels": {
            "com.docker.compose.project": "launcher",
            "com.docker.compose.volume": "mongodata"
        },
        "Mountpoint": "/var/lib/docker/volumes/launcher_mongodata/_data",
        "Name": "launcher_mongodata",
        "Options": {
            "device": "/data/volumes/mongodata",
            "o": "bind",
            "type": "none"
        },
        "Scope": "local"
    }
]

请描述你建议的实现方案

No response

附加信息

No response

@wanghe-fit2cloud
Copy link
Member

感谢反馈,我们会在后续版本考虑支持上述需求。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants