/docker-public-images

Public Docker images used in PRL codebase

Primary LanguageMakefileBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Personal Robotics Docker Images

This repository contains build information for generating various Docker images and Docker-Compose containers that package useful components of the software at the Personal Robotics lab.


Building images with Docker

Folders that contain a Dockerfile can be build into a Docker image:

$ docker build -t <image_name> .

Building containers with Docker-Compose

Folders that contain a docker-compose.yml can start a Docker-Compose container:

$ docker-compose up