Skip to content
Snippets Groups Projects
Commit 19704e81 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add readme

parent c34752e9
No related branches found
No related tags found
No related merge requests found
# Dockerfiles
# Dockerfiles for base images used in KM3NeT
This repository contains `Dockerfiles` commonly used as base images for
KM3NeT software.
The images are automatically built and pushed to the `docker.km3net.de`
repository under the `base` namespace, which means e.g. the image for
the `Dockerfile` `base/python:3` can used by using the URL
`docker.km3net.de/base/python:3`.
To start up container and access a shell within, use the usual `docker`
commands like:
docker run -it docker.km3net.de/base/centos:7
It is recommended to use these images in your `~/.gitlab-ci.yml` file for
continuous integrations instead of the public images from DockerHub.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment