mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add ID and Hostname in docker info
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
34cb92e2d4
commit
9a85f60c75
6 changed files with 46 additions and 0 deletions
|
@ -34,6 +34,8 @@ func mainDaemon() {
|
|||
eng := engine.New()
|
||||
signal.Trap(eng.Shutdown)
|
||||
|
||||
daemonCfg.TrustKeyPath = *flTrustKey
|
||||
|
||||
// Load builtins
|
||||
if err := builtins.Register(eng); err != nil {
|
||||
log.Fatal(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue