1
0
mirror of https://github.com/docker/cli.git synced 2026-01-26 15:41:42 +03:00

Merge pull request #5575 from vieux/pr-5428

Upstream-commit: 51933bd5e1d10eb4a3151088cf344d0d6e06a192
Component: engine
This commit is contained in:
Victor Vieux
2014-05-05 13:48:36 -07:00
5 changed files with 164 additions and 105 deletions

View File

@@ -132,7 +132,9 @@ func main() {
eng := engine.New()
// Load builtins
builtins.Register(eng)
if err := builtins.Register(eng); err != nil {
log.Fatal(err)
}
// load the daemon in the background so we can immediately start
// the http api so that connections don't fail while the daemon
// is booting