1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #16875 from hqhq/hq_quiet_at_info

Keep daemon quiet when using docker info
This commit is contained in:
Brian Goff 2015-10-09 11:26:53 -04:00
commit 96e1cda40f

View file

@ -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,