root-docker
root-docker copied to clipboard
Docker recipes for ROOT
Several of the docker images for which recipes are provided here should work 'just fine' with aarch64 architectures to run natively on Mac M1/M2 architectures (fedora has a multiarch base...
This should close https://github.com/root-project/root-docker/issues/40 and close https://github.com/root-project/root-docker/issues/36. After this PR the images should appear as a GitHub package as in https://github.com/lobis/root-docker/pkgs/container/root. This PR creates GitHub actions to build most of...
Since there is now a [rate limit](https://docs.docker.com/docker-hub/download-rate-limit/) on dockerhub , it would be good to publish to [GitHub Container Registry](https://github.blog/2020-09-01-introducing-github-container-registry/) since there is no rate limit for GitHub Actions. The...
This would solve #36 , but it would also let us script many of the operations that are currently performed manually when publishing new images: the repo's README file could...
These examples that we link to from the README might benefit from an update: https://github.com/root-project/docker-examples The example that shows how to create a container that runs a jupyter server is...
## Trouble My machine prints out the following message when I executed the suggested command, `docker run -it -v ${PWD}:/home/${USERNAME} -e DISPLAY=host.docker.internal:0 rootproject/root:latest root`, under `Enabling Graphics` at [README.md](https://github.com/root-project/root-docker/blob/master/README.md): ```...