Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-project/docker-examples
Examples for using the ROOT Docker container.
https://github.com/root-project/docker-examples
Last synced: about 2 months ago
JSON representation
Examples for using the ROOT Docker container.
- Host: GitHub
- URL: https://github.com/root-project/docker-examples
- Owner: root-project
- Created: 2017-08-29T13:26:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T10:42:07.000Z (almost 7 years ago)
- Last Synced: 2024-03-27T07:46:35.626Z (9 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 12
- Watchers: 11
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Examples
These examples shows how to use the [ROOT Docker containers](https://hub.docker.com/r/rootproject/root-ubuntu16/) in different use-cases. It is recommended to clone this repository when following these examples. These examples can also serve as basline for how other ROOT Dockerfiles are created as they strive to follow [best practices in regards to Dockerfiles](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/).### Hello-world
Shows how to create a basic Dockerfile together with a hello world macro.### Persistence
Shows how to persist data in mounted directories.### Notebooks
Example on how to craete a Docker container that will host a notebook locally.