aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1e7e37b..f2d057e 100644
--- a/Makefile
+++ b/Makefile
@@ -46,14 +46,14 @@ log:
mkdir -p log
start-container: guix-container.sh container-runner.touchfile | log
- ./run-with-fake-mounts.sh \
+ unshare --mount ./run-with-fake-mounts.sh \
./$< start -e ./container-runner -p ./pidfile -l ./log
stop-container: guix-container.sh
./$< stop -e ./container-runner -p ./pidfile
restart-container: guix-container.sh container-runner.touchfile | log
- ./run-with-fake-mounts.sh \
+ unshare --mount ./run-with-fake-mounts.sh \
./$< restart -e ./container-runner -p ./pidfile -l ./log
enter-container: pidfile