Skip to content

ropod-project/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker base images for the ROPOD project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.2%
  • Dockerfile 22.8%