mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Legacy plugins (aka pluginv1) calls in libnetwork are replaced with calls using the new plugin model (aka pluginv2). pkg/plugins is still used for managing the http client connections to the plugin. This commit makes the necessary changes in docker/docker. Part 2 will will take care of the libnetwork changes. Signed-off-by: Anusha Ragunathan <anusha@docker.com> Upstream-commit: 17b8aba1d924e505563af400d758b89c8406961d Component: engine