aboutsummaryrefslogtreecommitdiff
path: root/public-sparql-deploy.sh
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-07 08:23:36 -0600
committerFrederick Muriuki Muriithi2024-11-07 08:25:55 -0600
commita50e4c22e096ef90d5741141953721b3c052a228 (patch)
tree194302e0d4f95bdd4fc247ccdab5afba937e1096 /public-sparql-deploy.sh
parentc6162f2bb23d8bb0fa9cff396018a87e23e3090c (diff)
downloadgn-machines-a50e4c22e096ef90d5741141953721b3c052a228.tar.gz
Bind a host directory to container's /tmp
Bind a host directory to container's /tmp to provide more space for the /tmp and prevent the container from running out of space.
Diffstat (limited to 'public-sparql-deploy.sh')
-rwxr-xr-xpublic-sparql-deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/public-sparql-deploy.sh b/public-sparql-deploy.sh
index cccf237..97a1aa4 100755
--- a/public-sparql-deploy.sh
+++ b/public-sparql-deploy.sh
@@ -23,6 +23,7 @@ container_script=$(guix system container \
--network \
--verbosity=3 \
--share=/export2/guix-containers/public-sparql/var/lib/virtuoso=/var/lib/virtuoso \
+ --share=/export2/guix-containers/public-sparql/tmp=/tmp \
public-sparql.scm)
echo $container_script