Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 715 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 715 Bytes

Docker Examples

These examples shows how to use the ROOT Docker containers 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.

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.