List volumes
GET /volumes HTTP/1.1HTTP/1.1 200 OK
Content-Type: application/json
{
"Volumes": [
{
"Name": "tardis",
"Driver": "",
"Mountpoint": "",
"Labels": {
"size": "10",
"snapshot": ""
}
}
]
}Last updated