mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update docs
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
227f4bbdb3
commit
8ef36dcfe7
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue