moby--moby/plugin
Brian Goff c85e8622a4 Decouple plugin manager from libcontainerd package
libcontainerd has a bunch of platform dependent code and huge interfaces
that are a pain implement.
To make the plugin manager a bit easier to work with, extract the plugin
executor into an interface and move the containerd implementation to a
separate package.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-09-19 12:17:55 -04:00
..
executor/containerd Decouple plugin manager from libcontainerd package 2017-09-19 12:17:55 -04:00
v2 Update containerd to 06b9cb35161009dcb7123345749fef02f7cea8e0 2017-08-21 12:04:07 -07:00
backend_linux.go Add deadcode linter 2017-08-21 18:18:50 -04:00
backend_unsupported.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
blobstore.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
defs.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
errors.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
events.go Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
manager.go Decouple plugin manager from libcontainerd package 2017-09-19 12:17:55 -04:00
manager_linux.go Decouple plugin manager from libcontainerd package 2017-09-19 12:17:55 -04:00
manager_solaris.go Make plugins dir private. 2017-08-02 16:58:07 -04:00
manager_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00
manager_windows.go Make plugins dir private. 2017-08-02 16:58:07 -04:00
store.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
store_test.go fixed:go vetting warning unkeyed fields 2017-03-20 16:30:01 +08:00