Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ The container image can be used directly by Singularity (no prior download requi
```
These provides space for the CernVM-FS cache, and an empty home directory to use in the container.

* Set the `$SINGULARITY_BIND` and `$SINGULARITY_HOME` environment variables to configure Singularity:
* Set the `$SINGULARITY_HOME` and `SINGULARITY_SCRATCH` environment variables to configure Singularity:
```shell
export SINGULARITY_BIND="/tmp/$USER/var-run-cvmfs:/var/run/cvmfs,/tmp/$USER/var-lib-cvmfs:/var/lib/cvmfs"
export SINGULARITY_HOME="/tmp/$USER/home:/home/$USER"
export SINGULARITY_SCRATCH="/var/lib/cvmfs,/var/run/cvmfs"
```

* Start the container using `singularity shell`, using `--fusemount` to mount the EESSI config and pilot repositories
Expand Down