Victor Vieux %!s(int64=12) %!d(string=hai) anos
pai
achega
e49f82b9e1
Modificáronse 1 ficheiros con 24 adicións e 7 borrados
  1. 24 7
      docs/sources/api/docker_remote_api_v1.2.rst

+ 24 - 7
docs/sources/api/docker_remote_api_v1.2.rst

@@ -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