moby--moby/pkg/plugins
Anusha Ragunathan 0ef21eb0e3 Fix pluginv1 Windows volumes
c54b717 caused a regression for pluginv1 on Windows, where extraneous
backslashes were added to BasePath of the plugin. For pluginv1 on windows,
BasePath() should return an empty string, since the plugin is fully aware
of the mount path. Also, unlike Linux where all paths are relative to "/",
Windows paths are dependent on system drives and mapped drives.

Fixes #30148

Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com>
2017-01-13 17:01:48 -08:00
..
pluginrpc-gen duplicated the 2016-12-21 20:16:19 +08:00
transport
client.go Add HTTP client timeout. 2016-11-21 13:11:40 -08:00
client_test.go
discovery.go
discovery_test.go
discovery_unix.go
discovery_unix_test.go
discovery_windows.go
errors.go
plugin_test.go Fix race/deadlock in v1 plugin handlers 2016-12-27 12:27:41 -05:00
plugins.go Fix pluginv1 Windows volumes 2017-01-13 17:01:48 -08:00
plugins_linux.go Fix pluginv1 Windows volumes 2017-01-13 17:01:48 -08:00
plugins_windows.go Fix pluginv1 Windows volumes 2017-01-13 17:01:48 -08:00