1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/volume
Aaron Lehmann 53d447c5d5 Fix volume Create to check against canonical driver name
Previously, it was comparing against the driver name passed in by the
caller. This could lead to subtle issues when using plugins, like
"plugin" vs. "plugin:latest".

Also, remove "conflict:" prefix to improve the error message.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-12-16 10:45:46 -08:00
..
drivers Refcount graphdriver plugins properly 2016-12-09 19:46:28 -05:00
local Restrict checkpoint name to prevent directory traversal 2016-11-23 13:23:07 -08:00
store Fix volume Create to check against canonical driver name 2016-12-16 10:45:46 -08:00
testutils
validate.go
validate_test.go
validate_test_unix.go
validate_test_windows.go
volume.go Fix a bit typos 2016-12-09 03:05:11 +08:00
volume_copy.go
volume_copy_unix.go
volume_copy_windows.go
volume_linux.go Use container Mounts API for Swarm containers. 2016-11-22 13:23:51 -05:00
volume_linux_test.go
volume_propagation_linux.go
volume_propagation_linux_test.go
volume_propagation_unsupported.go
volume_test.go Fix several issues with go vet and go fmt 2016-11-17 06:31:28 -08:00
volume_unix.go
volume_unsupported.go
volume_windows.go