summaryrefslogtreecommitdiff
path: root/libpod/util_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/util_unsupported.go')
-rw-r--r--libpod/util_unsupported.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpod/util_unsupported.go b/libpod/util_unsupported.go
index 58b0dfbcd..9a9a6eeb6 100644
--- a/libpod/util_unsupported.go
+++ b/libpod/util_unsupported.go
@@ -28,3 +28,7 @@ func assembleSystemdCgroupName(baseSlice, newSlice string) (string, error) {
func LabelVolumePath(path string, shared bool) error {
return define.ErrNotImplemented
}
+
+func Unmount(mount string) error {
+ return define.ErrNotImplemented
+}