mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07: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> (cherry picked from commit 8fd779dc28a11d8727d76e9553379b0c854f7c4c) Signed-off-by: Tibor Vass <tibor@docker.com>