Last updated: May 15, 2026
A collection of Docker images used in my research.
Usage:
batch mode: docker run -it --rm container_name bash
interactive (browser): docker run -it --rm -p 8080:8080 container_name
- If running on macOS, use the additional flag:
--platform linux/amd64 - To mount a local directory, use the additional flag:
-v /local/path:/container/path
Base
| jeffersonlab/base:fedora36 | Fedora 36 base image for simulations. Includes ROOT, GCC, CMake, Git, Python 3, etc. |
| maureeungaro/base:fedora36-latex | Fedora 36 base image used for LaTeX. Includes modern fonts and styles. Used in GitHub Actions to build PDFs |
CVMFS
| jeffersonlab/cvmfs:fedora36 | Fedora 36 base image used on the Open Science Grid (OSG). Includes ROOT and XRootD. On the OSG, CVMFS is mounted and used to access Geant4, GEMC, and CLAS12 reconstruction libraries |
Sim
| jeffersonlab/sim:11.1.1-fedora36 | Fedora 36 base image containing Geant4 version 11.1.1. Includes CLHEP, Xerces-C and Qt libraries |