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

This branch is 38 commits behind ropod-project/docker:master.

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%