mirror of https://github.com/docker/cli.git
23 lines
417 B
Plaintext
23 lines
417 B
Plaintext
|
[
|
||
|
{
|
||
|
"Driver": "local",
|
||
|
"Labels": {
|
||
|
"foo": "bar"
|
||
|
},
|
||
|
"Mountpoint": "/data/volume",
|
||
|
"Name": "foo",
|
||
|
"Options": null,
|
||
|
"Scope": "local"
|
||
|
},
|
||
|
{
|
||
|
"Driver": "local",
|
||
|
"Labels": {
|
||
|
"foo": "bar"
|
||
|
},
|
||
|
"Mountpoint": "/data/volume",
|
||
|
"Name": "bar",
|
||
|
"Options": null,
|
||
|
"Scope": "local"
|
||
|
}
|
||
|
]
|