mirror of https://github.com/docker/cli.git
27 lines
551 B
Plaintext
27 lines
551 B
Plaintext
|
[
|
||
|
{
|
||
|
"ID": "ID-foo",
|
||
|
"Version": {},
|
||
|
"CreatedAt": "0001-01-01T00:00:00Z",
|
||
|
"UpdatedAt": "0001-01-01T00:00:00Z",
|
||
|
"Spec": {
|
||
|
"Name": "foo",
|
||
|
"Labels": {
|
||
|
"label1": "label-foo"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"ID": "ID-bar",
|
||
|
"Version": {},
|
||
|
"CreatedAt": "0001-01-01T00:00:00Z",
|
||
|
"UpdatedAt": "0001-01-01T00:00:00Z",
|
||
|
"Spec": {
|
||
|
"Name": "bar",
|
||
|
"Labels": {
|
||
|
"label1": "label-foo"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|