This repository contains Docker images of CbmRoot installations.
The oldest Docker image has the following hierarchy:

The Dockerfiles used to create the images can be found on Github: pklaus/cbmroot_docker
time docker run --rm \
pklaus/cbmroot:opensuse-42.3_DEC17 \
ctest -V
For many use cases of CbmRoot you need a graphical user environment: browse your output files with TBrowser(), to look at histograms, etc. Here's how to use a GUI program in a Docker container and have it connect to your local X Server for any graphics output.
xhost si:localuser:root This allows the root user to connect to your X session.Cmd:
docker run \
-it \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=unix$DISPLAY \
pklaus/cbmroot:opensuse-42.3_DEC17 \
root
Content type
Image
Digest
Size
5.3 GB
Last updated
over 6 years ago
docker pull pklaus/cbmroot:opensuse-15.1_trunk