diff options
author | Frederick Muriuki Muriithi | 2024-11-07 08:23:36 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-07 08:25:55 -0600 |
commit | a50e4c22e096ef90d5741141953721b3c052a228 (patch) | |
tree | 194302e0d4f95bdd4fc247ccdab5afba937e1096 /public-sparql-deploy.sh | |
parent | c6162f2bb23d8bb0fa9cff396018a87e23e3090c (diff) | |
download | gn-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-x | public-sparql-deploy.sh | 1 |
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 |