Containers with root support, capables of loading geant4 software from CVMFS using modules.
- jeffersonlab/cvmfs:fedora36
- jeffersonlab/cvmfs:ubuntu22
- jeffersonlab/cvmfs:almalinux9[^1]
[^1] The Almalinux container does not support interactive sessions yet.
The containers work in batch mode or interactively using novnc:
- batch mode:
docker run -it --rm -v /cvmfs:/cvmfs:ro container bash
- interactive:
docker run -it --rm -v /cvmfs:/cvmfs:ro -p 8080:8080 container
then point your browser tohttp://localhost:8080
docker run -it --rm -v /cvmfs:/cvmfs:ro jeffersonlab/base:fedora36 bash
M. Ungaro |
---|