From 05b51f79927d2207ee153a5e61747f2423d243e8 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Wed, 20 Oct 2021 12:44:27 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- .../docs/software/virtual_machines_tools.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md b/doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md index 0d1781c70..df9e77672 100644 --- a/doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md +++ b/doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md @@ -82,10 +82,11 @@ As the build starts in a VM, you may not have access to all your files. It is us to refer to local files from inside a definition file anyway as this reduces reproducibility. However, common directories are available by default. For others, care must be taken. In short: -* `/home/$USER`, `/scratch/$USER` are available and should be used `/scratch/\<group>` also works for -* all groups the users is in `/projects/\<group>` similar, but is read-only! So don't use this to - store your generated container directly, but rather move it here afterwards -* /tmp is the VM local temporary directory. All files put here will be lost! +* `/home/$USER`, `/scratch/$USER` are available and should be used `/scratch/<group>` also works for + all groups the users is in +* `/projects/<group>` similar, but is read-only! So don't use this to store your generated + container directly, but rather move it here afterwards +* `/tmp` is the VM local temporary directory. All files put here will be lost! If the current directory is inside (or equal to) one of the above (except `/tmp`), then relative paths for container and definition work as the script changes to the VM equivalent of the current -- GitLab