Introducing our new CEO Don Johnson - Read More

atlas/centos7-atlasos-dev

Sponsored OSS

By ATLAS Experiment at CERN

Updated about 2 years ago

Image
Data Science
Machine Learning & AI
Operating Systems
0

1.5K

ATLAS CentOS 7 Offline Software Development OS

This image is meant to serve the developers of the atlas/athena. With CVMFS mounted into the container, it should provide all the necessary infrastructure for building/developing code from that repository.

To use on a Linux system, run it like:

docker run -it --rm \
        --mount "source=/cvmfs,target=/cvmfs,type=bind,bind-propagation=shared,readonly,consistency=cached" \
        -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=${DISPLAY} -h ${HOSTNAME} \
        atlas/centos7-atlasos-dev:latest

Docker Pull Command

docker pull atlas/centos7-atlasos-dev