atlas/centos7-atlasos-dev
1.5K
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 atlas/centos7-atlasos-dev