1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/plugin
Anusha Ragunathan 8c56588d04 Fix issue with plugin exit.
A plugin has an `ExitChan` channel which is used to signal the exit of
the plugin process. In a recent change, the initialization was
incorrectly moved to the daemon Shutdown path.

Fix this by initializing the channel during plugin enable.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
(cherry picked from commit 890a98ceed)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-11-29 14:10:10 -08:00
..
distribution
store Fix issue caused by duplicate docker plugin create with same names 2016-11-29 14:06:04 -08:00
v2 plugins: misc fixes 2016-11-22 16:16:39 -08:00
backend_linux.go On plugin pull errors, delete created dirs. 2016-11-29 14:09:33 -08:00
backend_unsupported.go
manager.go Fix issue caused by duplicate docker plugin create with same names 2016-11-29 14:06:04 -08:00
manager_linux.go Fix issue with plugin exit. 2016-11-29 14:10:10 -08:00
manager_solaris.go
manager_windows.go