1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

update docs

This commit is contained in:
Victor Vieux 2013-06-14 10:10:26 +00:00
parent ddf5a1940f
commit e49f82b9e1

View file

@ -47,28 +47,40 @@ List containers
"Image": "base:latest", "Image": "base:latest",
"Command": "echo 1", "Command": "echo 1",
"Created": 1367854155, "Created": 1367854155,
"Status": "Exit 0" "Status": "Exit 0",
"Ports":"",
"SizeRw":12288,
"SizeRootFs":0
}, },
{ {
"Id": "9cd87474be90", "Id": "9cd87474be90",
"Image": "base:latest", "Image": "base:latest",
"Command": "echo 222222", "Command": "echo 222222",
"Created": 1367854155, "Created": 1367854155,
"Status": "Exit 0" "Status": "Exit 0",
"Ports":"",
"SizeRw":12288,
"SizeRootFs":0
}, },
{ {
"Id": "3176a2479c92", "Id": "3176a2479c92",
"Image": "base:latest", "Image": "base:latest",
"Command": "echo 3333333333333333", "Command": "echo 3333333333333333",
"Created": 1367854154, "Created": 1367854154,
"Status": "Exit 0" "Status": "Exit 0",
"Ports":"",
"SizeRw":12288,
"SizeRootFs":0
}, },
{ {
"Id": "4cb07b47f9fb", "Id": "4cb07b47f9fb",
"Image": "base:latest", "Image": "base:latest",
"Command": "echo 444444444444444444444444444444444", "Command": "echo 444444444444444444444444444444444",
"Created": 1367854152, "Created": 1367854152,
"Status": "Exit 0" "Status": "Exit 0",
"Ports":"",
"SizeRw":12288,
"SizeRootFs":0
} }
] ]
@ -488,13 +500,17 @@ List Images
"Repository":"base", "Repository":"base",
"Tag":"ubuntu-12.10", "Tag":"ubuntu-12.10",
"Id":"b750fe79269d", "Id":"b750fe79269d",
"Created":1364102658 "Created":1364102658,
"Size":24653,
"VirtualSize":180116135
}, },
{ {
"Repository":"base", "Repository":"base",
"Tag":"ubuntu-quantal", "Tag":"ubuntu-quantal",
"Id":"b750fe79269d", "Id":"b750fe79269d",
"Created":1364102658 "Created":1364102658,
"Size":24653,
"VirtualSize":180116135
} }
] ]
@ -643,7 +659,8 @@ Inspect an image
"Image":"base", "Image":"base",
"Volumes":null, "Volumes":null,
"VolumesFrom":"" "VolumesFrom":""
} },
"Size": 6824592
} }
:statuscode 200: no error :statuscode 200: no error