From 2945b4a043700c6e093e30057204ecc00ba74692 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Mon, 5 Dec 2022 16:11:52 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1ea0e6a..144a5a3 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,13 @@ enroot start --rw --env DISPLAY --mount /tmp/.X11-unix:/tmp/.X11-unix --mount /p ``` Please note that you need to use the flag ```-X``` when connecting to Berzelius. + +## Path to user container storage + +By default, your enroot containers will be saved in your home directory. On Berzelius, you have 20 GB hard drive space for home. It is a better practice to put enroot containers in your proj directory. + +Add this line to your ```bashrc``` + +``` +export ENROOT_DATA_PATH=/proj/nsc_testing/xuan/enroot/data +``` -- GitLab