mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Api requesting port for daemon before init_networkdriver called. Problem is that now initialization of api depends on initialization of daemon and their intializations runs in parallel. Proper fix will be just do it sequentially. For now I don't want refactor it, because it can bring additional problems in 1.6.0. Signed-off-by: Alexander Morozov <lk4d4@docker.com> Upstream-commit: 584180fce7ad11516a256b8abd4621138337e918 Component: engine