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:
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user