Windows: dummy mount
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
9
mount_windows.go
Normal file
9
mount_windows.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package containerd
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
func (m *Mount) Mount(target string) error {
|
||||
return errors.New("mount not supported")
|
||||
}
|
||||
Reference in New Issue
Block a user