mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix api documenation for /images/json response format
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
4f677df0d1
commit
e5967d041d
3 changed files with 24 additions and 9 deletions
|
@ -1093,7 +1093,8 @@ Status Codes:
|
|||
"Id": "8dbd9e392a964056420e5d58ca5cc376ef18e2de93b5cc90e868a1bbc8318c1c",
|
||||
"Created": 1365714795,
|
||||
"Size": 131506275,
|
||||
"VirtualSize": 131506275
|
||||
"VirtualSize": 131506275,
|
||||
"Labels": {}
|
||||
},
|
||||
{
|
||||
"RepoTags": [
|
||||
|
@ -1104,7 +1105,10 @@ Status Codes:
|
|||
"Id": "b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc",
|
||||
"Created": 1364102658,
|
||||
"Size": 24653,
|
||||
"VirtualSize": 180116135
|
||||
"VirtualSize": 180116135,
|
||||
"Labels": {
|
||||
"com.example.version": "v1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -1130,7 +1134,8 @@ Status Codes:
|
|||
"playdate:latest"
|
||||
],
|
||||
"Size": 0,
|
||||
"VirtualSize": 2429728
|
||||
"VirtualSize": 2429728,
|
||||
"Labels": {}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
@ -1220,7 +1220,8 @@ Status Codes:
|
|||
"Id": "8dbd9e392a964056420e5d58ca5cc376ef18e2de93b5cc90e868a1bbc8318c1c",
|
||||
"Created": 1365714795,
|
||||
"Size": 131506275,
|
||||
"VirtualSize": 131506275
|
||||
"VirtualSize": 131506275,
|
||||
"Labels": {}
|
||||
},
|
||||
{
|
||||
"RepoTags": [
|
||||
|
@ -1231,7 +1232,10 @@ Status Codes:
|
|||
"Id": "b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc",
|
||||
"Created": 1364102658,
|
||||
"Size": 24653,
|
||||
"VirtualSize": 180116135
|
||||
"VirtualSize": 180116135,
|
||||
"Labels": {
|
||||
"com.example.version": "v1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -1257,7 +1261,8 @@ Status Codes:
|
|||
"playdate:latest"
|
||||
],
|
||||
"Size": 0,
|
||||
"VirtualSize": 2429728
|
||||
"VirtualSize": 2429728,
|
||||
"Labels": {}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
@ -1253,7 +1253,8 @@ Status Codes:
|
|||
"Id": "8dbd9e392a964056420e5d58ca5cc376ef18e2de93b5cc90e868a1bbc8318c1c",
|
||||
"Created": 1365714795,
|
||||
"Size": 131506275,
|
||||
"VirtualSize": 131506275
|
||||
"VirtualSize": 131506275,
|
||||
"Labels": {}
|
||||
},
|
||||
{
|
||||
"RepoTags": [
|
||||
|
@ -1264,7 +1265,10 @@ Status Codes:
|
|||
"Id": "b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc",
|
||||
"Created": 1364102658,
|
||||
"Size": 24653,
|
||||
"VirtualSize": 180116135
|
||||
"VirtualSize": 180116135,
|
||||
"Labels": {
|
||||
"com.example.version": "v1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -1290,7 +1294,8 @@ Status Codes:
|
|||
"playdate:latest"
|
||||
],
|
||||
"Size": 0,
|
||||
"VirtualSize": 2429728
|
||||
"VirtualSize": 2429728,
|
||||
"Labels": {}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue