|
@@ -44,7 +44,7 @@ func (daemon *Daemon) SystemInfo() *types.Info {
|
|
OperatingSystem: operatingSystem(),
|
|
OperatingSystem: operatingSystem(),
|
|
OSVersion: osVersion(),
|
|
OSVersion: osVersion(),
|
|
IndexServerAddress: registry.IndexServer,
|
|
IndexServerAddress: registry.IndexServer,
|
|
- OSType: platform.OSType,
|
|
|
|
|
|
+ OSType: runtime.GOOS,
|
|
Architecture: platform.Architecture,
|
|
Architecture: platform.Architecture,
|
|
RegistryConfig: daemon.registryService.ServiceConfig(),
|
|
RegistryConfig: daemon.registryService.ServiceConfig(),
|
|
NCPU: sysinfo.NumCPU(),
|
|
NCPU: sysinfo.NumCPU(),
|