mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
Currently the plugin initialization is too late for a loaded v2 plugin to be usable as a graph driver. This moves the initialization up before we create the graph driver. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 020b051dfb92edcb1e43cee77c881dd3e15481c0 Component: engine