mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Windows: Fix volume_windows compile
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user