Skip to content

Commit a8878bb

Browse files
committed
add link to EESSI Dockerfile
1 parent 427c713 commit a8878bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/05_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ and add the right configuration files and public keys for the repositories.
320320
Furthermore, you need two make two directories on the host system that will store the CernVM-FS cache and sockets;
321321
these need to be made available via a bind mount inside the container at `/var/lib/cvmfs` and `/var/run/cvmfs`, respectively.
322322

323-
As an example, you can run the [EESSI pilot client container](https://eessi.github.io/docs/pilot/#accessing-the-eessi-pilot-repository-through-singularity) using Singularity by doing:
323+
As an example, you can run the [EESSI pilot client container](https://eessi.github.io/docs/pilot/#accessing-the-eessi-pilot-repository-through-singularity) (which was built using [this Dockerfile](https://github.com/EESSI/filesystem-layer/blob/master/containers/Dockerfile.EESSI-client-pilot-centos7-x86_64)) using Singularity by doing:
324324
```
325325
mkdir -p /tmp/$USER/{var-lib-cvmfs,var-run-cvmfs}
326326
export SINGULARITY_BIND="/tmp/$USER/var-run-cvmfs:/var/run/cvmfs,/tmp/$USER/var-lib-cvmfs:/var/lib/cvmfs"

0 commit comments

Comments
 (0)