Browse code

update docs

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2014/11/18 07:06:03
Showing 2 changed files
... ...
@@ -50,7 +50,7 @@ You can still call an old version of the API using
50 50
 
51 51
 **New!**
52 52
 `info` now returns the number of CPUs available on the machine (`NCPU`),
53
-total memory available (`MemTotal`), a name (`Name`), and the ID (`ID`).
53
+total memory available (`MemTotal`), a user-friendly name describing the running Docker daemon (`Name`), and a unique ID identifying the daemon (`ID`).
54 54
 
55 55
 `POST /containers/create`
56 56
 
... ...
@@ -1221,7 +1221,7 @@ Display system-wide information
1221 1221
              "NCPU":1,
1222 1222
              "MemTotal":2099236864,
1223 1223
              "Name":"prod-server-42",
1224
-             "ID":"7TRN:IPZB:QYBB:VPBQ:UMPP:KARE:6ZNR:XE6T:7EWV:PKF4:ZOJD:TPYS"
1224
+             "ID":"7TRN:IPZB:QYBB:VPBQ:UMPP:KARE:6ZNR:XE6T:7EWV:PKF4:ZOJD:TPYS",
1225 1225
              "Debug":false,
1226 1226
              "NFd": 11,
1227 1227
              "NGoroutines":21,