Merge pull request #16875 from hqhq/hq_quiet_at_info
Keep daemon quiet when using docker info Upstream-commit: 96e1cda40f15a721c0c986ecee9c0543139c3312 Component: engine
This commit is contained in:
@ -61,7 +61,7 @@ func (daemon *Daemon) SystemInfo() (*types.Info, error) {
|
||||
initPath = daemon.systemInitPath()
|
||||
}
|
||||
|
||||
sysInfo := sysinfo.New(false)
|
||||
sysInfo := sysinfo.New(true)
|
||||
|
||||
v := &types.Info{
|
||||
ID: daemon.ID,
|
||||
|
||||
Reference in New Issue
Block a user