Sign inSign up

openeuler/root

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.0K

openeuler/root repository overview

Quick reference

root | openEuler

ROOT is a unified software package for the storage, processing, and analysis of scientific data: from its acquisition to the final visualization in form of highly customizable, publication-ready plots. It is reliable, performant and well supported, easy to use and obtain, and strives to maximize the quantity and impact of scientific results obtained per unit cost, both of human effort and computing resources.

The tag of each root docker image is consist of the version of root and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
6-40-00-oe2403sp4root 6-40-00 on openEuler 24.03-lts-sp4amd64, arm64
6-40-00-oe2403sp3root 6-40-00 on openEuler 24.03-lts-sp3amd64, arm64

Usage

In this section, the typical use of the ROOT docker image will be introduced.

Start a ROOT interactive session in batch mode (no graphics):

docker run -it --rm openeuler/root:{Tag} root -b

Run a ROOT macro:

docker run -it --rm openeuler/root:{Tag} root -b -q 'TMath::Pi()'

Start a container shell to use ROOT tools:

docker run -it --rm openeuler/root:{Tag} bash

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:f4d01bb5b

Size

600.3 MB

Last updated

2 months ago

docker pull openeuler/root

This week's pulls

Pulls:

4

Last week