Skip to content
Snippets Groups Projects
Commit 2945b4a0 authored by Xuan Gu's avatar Xuan Gu
Browse files

Update README.md

parent acb64ca5
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment