mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
This persists the "propagated mount" for plugins outside the main rootfs. This enables `docker plugin upgrade` to not remove potentially important data during upgrade rather than forcing plugin authors to hard code a host path to persist data to. Also migrates old plugins that have a propagated mount which is in the rootfs on daemon startup. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: e8307b868de9f19bb97f5cafcd727df5c5f501be Component: engine