Sign inSign up

albertojusto/dockergit

By albertojusto

Updated almost 5 years ago

Github repositories stored in a Docker container, including packages refering: AlterEgo, Franka.

Image
0

104

albertojusto/dockergit repository overview

User's Guide for dockerizing Github repositories

Table of Contents
  1. About The Project
  2. Getting Started
  3. How it works
  4. Get to the point
  5. Roadmap

This container is used for storing different ROS packages and libraries related to all the simulation repositories from JOiiNTLAB Bergamo and SoftBots Genova

Prerequisities

In order to run this container you'll need docker installed first.

To build a container, you need to write a Dockerfile first, f.e:

FROM ros:melodic

RUN apt-get update && \
    apt-get install -y ros-melodic-desktop-full 

#Create workspace, clone repo and build it
RUN mkdir -p /home/gitdockTest/src && \
	cd /home/gitdockTest/src 
Usage
Container Parameters

List the different parameters available to your container

docker run give.example.org/of/your/container:v0.2.1 parameters

One example per permutation

docker run give.example.org/of/your/container:v0.2.1

How to get a shell started in your container for interaction:

docker run give.example.org/of/your/container:v0.2.1 bash
Environment Variables
  • VARIABLE_ONE - A Description
  • ANOTHER_VAR - More Description
  • YOU_GET_THE_IDEA - And another

License

This project is licensed under the IIT License - see the LICENSE.md file for details.

Tag summary

Content type

Image

Digest

Size

942.4 MB

Last updated

almost 5 years ago

docker pull albertojusto/dockergit:v1