summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/system/linux-container.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm
index e7cb90d091..8e208d3a70 100644
--- a/gnu/system/linux-container.scm
+++ b/gnu/system/linux-container.scm
@@ -312,6 +312,10 @@ Run the container with the given options."))
#:namespaces (if #$shared-network?
(delq 'net %namespaces)
%namespaces)
+
+ ;; XXX: Work around <https://issues.guix.gnu.org/78356>.
+ #:lock-mounts? #f
+
#:writable-root? #t
#:process-spawned-hook explain)))))