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:
commit
96e1cda40f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ func (daemon *Daemon) SystemInfo() (*types.Info, error) {
|
||||||
initPath = daemon.systemInitPath()
|
initPath = daemon.systemInitPath()
|
||||||
}
|
}
|
||||||
|
|
||||||
sysInfo := sysinfo.New(false)
|
sysInfo := sysinfo.New(true)
|
||||||
|
|
||||||
v := &types.Info{
|
v := &types.Info{
|
||||||
ID: daemon.ID,
|
ID: daemon.ID,
|
||||||
|
|
Loading…
Add table
Reference in a new issue