[
{
"Name": "postgres-data",
"Driver": "local",
"Mountpoint": "/var/lib/docker/volumes/postgres-data/_data",
"CreatedAt": "2024-01-15T10:30:00Z",
"Scope": "local",
"Labels": {
"app": "database",
"environment": "production"
},
"Options": {},
"UsageData": {
"Size": 5368709120,
"RefCount": 1
}
},
{
"Name": "shared-storage",
"Driver": "local",
"Mountpoint": "/var/lib/docker/volumes/shared-storage/_data",
"CreatedAt": "2024-01-20T14:22:00Z",
"Scope": "local",
"Labels": {
"app": "file-server",
"tier": "storage"
},
"Options": {
"type": "nfs",
"device": ":/data/shared",
"o": "addr=192.168.1.100,rw,nfsvers=4"
},
"UsageData": {
"Size": 10737418240,
"RefCount": 3
}
},
{
"Name": "temp-cache",
"Driver": "local",
"Mountpoint": "/var/lib/docker/volumes/temp-cache/_data",
"CreatedAt": "2024-02-01T09:15:00Z",
"Scope": "local",
"Labels": {},
"Options": {
"type": "tmpfs",
"device": "tmpfs",
"o": "size=1G,mode=1777"
},
"UsageData": {
"Size": 524288000,
"RefCount": 1
}
}
]