moby--moby/plugin
Anusha Ragunathan 031a2a5c4b Cleanup fallback to V1 plugins logic.
handleLegacy is a flag to indicate whether daemon is supporting legacy
plugins. When the time comes to remove support for legacy plugins,
flipping this bool is all that will be needed to remove legacy plugin
support. This can be a global variable rather than be embedded in the
manager, thereby cleaning up code.

Also rename to allowV1PluginsFallback for clarity.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-08-25 11:39:47 -07:00
..
distribution Make `docker pull` detect plugin content and error out. 2016-08-20 12:54:35 -07:00
backend.go check plugin manifest is correctly formatted before push 2016-08-15 17:51:30 -07:00
interface.go Add only legacy plugins to the legacy lookup map. 2016-07-18 15:43:44 -07:00
legacy.go
manager.go Cleanup fallback to V1 plugins logic. 2016-08-25 11:39:47 -07:00
manager_linux.go Replace old oci specs import with runtime-specs 2016-08-17 09:38:34 -07:00
manager_windows.go Replace old oci specs import with runtime-specs 2016-08-17 09:38:34 -07:00