Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 592 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 592 Bytes

Build Status

docker

This repository contains the public docker images for the ROPOD project.

Build

Base image

To build the base image:

docker build -t ropod/ropod-base .

Usage

To run some of our code inside a docker container:

docker run -it --mount type=bind,source=<root_of_source_repositories>,target=/workspace ropod/ropod-base

To use this as a base image, e.g. in our continuous integration:


FROM ropod/ropod-base:latest