Skip to content

Docker base image for C++ components of the ROPOD project.

License

Notifications You must be signed in to change notification settings

kelo-robotics/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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 image for C++ components of the ROPOD project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.1%
  • Dockerfile 15.9%