diff --git a/daemon/volumes_windows.go b/daemon/volumes_windows.go index 762f40488389514a90ef97cfc1593b2abcde20f8..c37ca220d7967695bd4a325ba5d852ec47c83c61 100644 --- a/daemon/volumes_windows.go +++ b/daemon/volumes_windows.go @@ -6,9 +6,9 @@ import "github.com/docker/docker/daemon/execdriver" // Not supported on Windows func copyOwnership(source, destination string) error { - return nil, nil + return nil } func (container *Container) setupMounts() ([]execdriver.Mount, error) { - return nil + return nil, nil }