moby/plugin
Brian Goff a53930a04f Plugins perform propagated mount in runtime spec
Setting up the mounts on the host increases chances of mount leakage and
makes for more cleanup after the plugin has stopped.
With this change all mounts for the plugin are performed by the
container runtime and automatically cleaned up when the container exits.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-02-07 15:48:27 -05:00
..
executor/containerd Move api/errdefs to errdefs 2018-01-11 21:21:43 -05:00
v2 Plugins perform propagated mount in runtime spec 2018-02-07 15:48:27 -05:00
backend_linux.go Merge pull request #34372 from cpuguy83/more_error_handling_for_pluginrm 2018-01-25 20:45:17 -08:00
backend_linux_test.go Ignore exist/not-exist errors on plugin remove 2018-01-25 09:23:54 -08:00
backend_unsupported.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
blobstore.go LCOW: Re-coalesce stores 2018-01-18 08:29:19 -08:00
defs.go Use runtime spec modifier for metrics plugin hook 2018-02-07 15:48:26 -05:00
errors.go Add helpers to create errdef errors 2018-01-11 21:21:43 -05:00
events.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
manager.go Plugins perform propagated mount in runtime spec 2018-02-07 15:48:27 -05:00
manager_linux.go Plugins perform propagated mount in runtime spec 2018-02-07 15:48:27 -05:00
manager_linux_test.go Add test to check for plugin mounts on remove 2017-12-04 22:01:14 -05:00
manager_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00
manager_windows.go Remove Solaris files 2017-12-18 17:22:25 +01:00
store.go Use runtime spec modifier for metrics plugin hook 2018-02-07 15:48:26 -05:00
store_test.go Fixup some issues with plugin refcounting 2017-10-21 15:17:57 -04:00