mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 21:51:33 +00:00
Merge pull request #11291 from ahmetalpbalkan/info/system-date
Add system time to /info
This commit is contained in:
@@ -57,10 +57,10 @@ This endpoint now returns `Os`, `Arch` and `KernelVersion`.
|
||||
**New!**
|
||||
You can set ulimit settings to be used within the container.
|
||||
|
||||
`Get /info`
|
||||
`GET /info`
|
||||
|
||||
**New!**
|
||||
Add return value `HttpProxy`,`HttpsProxy` and `NoProxy` to this entrypoint.
|
||||
This endpoint now returns `SystemTime`, `HttpProxy`,`HttpsProxy` and `NoProxy`.
|
||||
|
||||
|
||||
## v1.17
|
||||
|
||||
@@ -1452,6 +1452,7 @@ Display system-wide information
|
||||
"Debug":false,
|
||||
"NFd": 11,
|
||||
"NGoroutines":21,
|
||||
"SystemTime": "2015-03-10T11:11:23.730591467-07:00"
|
||||
"NEventsListener":0,
|
||||
"InitPath":"/usr/bin/docker",
|
||||
"InitSha1":"",
|
||||
|
||||
@@ -1248,6 +1248,7 @@ For example:
|
||||
Debug mode (client): true
|
||||
Fds: 10
|
||||
Goroutines: 9
|
||||
System Time: Tue Mar 10 18:38:57 UTC 2015
|
||||
EventsListeners: 0
|
||||
Init Path: /usr/bin/docker
|
||||
Docker Root Dir: /var/lib/docker
|
||||
|
||||
Reference in New Issue
Block a user