mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
This removes a shim `daemon.Server` interface which was used to start separating Daemon from Server *gradually*, without getting cyclic dependency errors. Now that the last Daemon->Server dependency has been removed, we can finally remove the shim. Yay! Signed-off-by: Solomon Hykes <solomon@docker.com> Upstream-commit: 20b0841c1bd07c6add812597e0d656d7584e48ac Component: engine