Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Eventdisplay slib

Container to use Eventdisplay root library

Building

% docker build -t eventdisplay-cta-slib .

To build it with a different root version, do e.g.,

% docker build  --build-arg ROOTVERSION=6.22.00 -t eventdisplay-cta-6.22 .

Running

To run the container in bash

% docker run --rm -it -v "$(pwd)/:/workdir" eventdisplay-cta-slib bash