-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
1Panel 版本
v1.10.17-lts
请描述您的需求或者改进建议

希望能丰富一下储存卷管理中的信息,尤其是增加展示卷的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