|
@@ -6,9 +6,9 @@ import "github.com/docker/docker/daemon/execdriver"
|
|
|
|
|
|
// Not supported on Windows
|
|
// Not supported on Windows
|
|
func copyOwnership(source, destination string) error {
|
|
func copyOwnership(source, destination string) error {
|
|
- return nil, nil
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
func (container *Container) setupMounts() ([]execdriver.Mount, error) {
|
|
func (container *Container) setupMounts() ([]execdriver.Mount, error) {
|
|
- return nil
|
|
|
|
|
|
+ return nil, nil
|
|
}
|
|
}
|