update docs
Signed-off-by: Victor Vieux <vieux@docker.com> Upstream-commit: 8ef36dcfe75752a5705813e2d9fa9359a8162b18 Component: engine
This commit is contained in:
@@ -50,7 +50,7 @@ You can still call an old version of the API using
|
||||
|
||||
**New!**
|
||||
`info` now returns the number of CPUs available on the machine (`NCPU`),
|
||||
total memory available (`MemTotal`), a name (`Name`), and the ID (`ID`).
|
||||
total memory available (`MemTotal`), a user-friendly name describing the running Docker daemon (`Name`), and a unique ID identifying the daemon (`ID`).
|
||||
|
||||
`POST /containers/create`
|
||||
|
||||
|
||||
@@ -1221,7 +1221,7 @@ Display system-wide information
|
||||
"NCPU":1,
|
||||
"MemTotal":2099236864,
|
||||
"Name":"prod-server-42",
|
||||
"ID":"7TRN:IPZB:QYBB:VPBQ:UMPP:KARE:6ZNR:XE6T:7EWV:PKF4:ZOJD:TPYS"
|
||||
"ID":"7TRN:IPZB:QYBB:VPBQ:UMPP:KARE:6ZNR:XE6T:7EWV:PKF4:ZOJD:TPYS",
|
||||
"Debug":false,
|
||||
"NFd": 11,
|
||||
"NGoroutines":21,
|
||||
|
||||
Reference in New Issue
Block a user