Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.53 KB

README_cvmfs.md

File metadata and controls

47 lines (25 loc) · 1.53 KB

CVMFS-Bases containers

Description:

Containers with root support, capables of loading geant4 software from CVMFS using modules.


Supported tags:

  • jeffersonlab/cvmfs:fedora36
  • jeffersonlab/cvmfs:ubuntu22
  • jeffersonlab/cvmfs:almalinux9[^1]

[^1] The Almalinux container does not support interactive sessions yet.


How to run:

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 to http://localhost:8080

Example:

docker run -it --rm  -v /cvmfs:/cvmfs:ro jeffersonlab/base:fedora36 bash


M. Ungaro Homepage email github