Merge pull request #17478 from vdemeester/pr-13921

Carry#13921 : Expand /info: Expose OSType (GOOS), Architecture (GOARCH)
Upstream-commit: 104dab87ea73fbf7e4e592c2045b4f1ab56c6cfe
Component: engine
This commit is contained in:
Michael Crosby
2015-11-17 15:44:57 -08:00
12 changed files with 135 additions and 0 deletions

View File

@ -1884,6 +1884,7 @@ Display system-wide information
Content-Type: application/json
{
"Architecture": "x86_64",
"Containers": 11,
"CpuCfsPeriod": true,
"CpuCfsQuota": true,
@ -1915,6 +1916,7 @@ Display system-wide information
"Name": "prod-server-42",
"NoProxy": "9.81.1.160",
"OomKillDisable": true,
"OSType": "linux",
"OperatingSystem": "Boot2Docker",
"RegistryConfig": {
"IndexConfigs": {