summaryrefslogtreecommitdiff
path: root/crio-umount.conf
diff options
context:
space:
mode:
Diffstat (limited to 'crio-umount.conf')
-rw-r--r--crio-umount.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/crio-umount.conf b/crio-umount.conf
new file mode 100644
index 000000000..5177e6362
--- /dev/null
+++ b/crio-umount.conf
@@ -0,0 +1,8 @@
+# This contains a list of paths on host which will be unmounted inside
+# container. (If they are mounted inside container).
+
+# If there is a "/*" at the end, that means only mounts underneath that
+# mounts (submounts) will be unmounted but top level mount will remain
+# in place.
+/var/run/containers/*
+/var/lib/containers/storage/*