You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after create docker volume with "sudo docker volume create -d lvm --name ftest --opt size=0.5G", cannot find mount point at /var/lib/docker-lvm-plugin
#108
Open
wenqiangxuk opened this issue
Aug 14, 2024
· 0 comments
$ docker volume inspect ftest
[
{
"CreatedAt": "2024-08-14T08:51:31Z",
"Driver": "lvm",
"Labels": null,
"Mountpoint": "/var/lib/docker-lvm-plugin/ftest",
"Name": "ftest",
"Options": {
"size": "0.5G"
},
"Scope": "local"
}
]
The text was updated successfully, but these errors were encountered: