#Dockerized R00T (CERN) compile your root-scripts without building root yourself
Important: for security reasons the interactive gui-features of root will not be supported. But you can easily save your graphs to pdf.
just try
docker run --rm martingabelmann/root --help
Assuming you've a script to compile at /your/work/dir/rootfile.cc:
cd /your/work/dir/
docker run --rm -v $PWD:/tmp/ martingabelmann/root -c rootfile.cc -o binary.out
the -o flag is optional. If not set, the binary is called rootfile.out.
Then simply run your new binary with
docker run --rm -ti -v $PWD:/tmp/ martingabelmann/root run binary.out
may will be supported in future
join a containers bash with
docker run --rm -ti -v $PWD:/tmp/ martingabelmann/root bash
to manage more complex situattions.
You can spawn R00T by typing root (not well tested) but all gui features will not work.
##ToDo
Content type
Image
Digest
Size
344.3 MB
Last updated
over 9 years ago
docker pull jaewonpark/solidsimdep