mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
Legacy plugin model maintained a map of plugins. This is not used by the new model. Using this map in the new model causes incorrect lookup of plugins. This change uses adds a plugin to the map only if its legacy. Signed-off-by: Anusha Ragunathan <anusha@docker.com>