Skip to content

blackfoot-makers/docker_install_supairvision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rosdocked

Run ROS Indigo / Ubuntu Trusty within Docker on Ubuntu Xenial or on any platform with a shared username, home directory, and X11.

This enables you to build and run a persistent ROS Indigo workspace as long as you can run Docker images.

Note that any changes made outside of your home directory from within the Docker environment will not persist. If you want to add additional binary packages without having to reinstall them each time, add them to the Dockerfile and rebuild.

For more info on Docker see here: https://docs.docker.com/engine/installation/linux/ubuntulinux/

Build

This will create the image with your user/group ID and home directory.

./build.sh IMAGE_NAME

Run

This will run the docker image.

./run.sh IMAGE_NAME

Exec

This will execute a new teminal in the running docker container. (CONTAINER_ID can be found with the command docker ps)

./exec.sh CONTAINER_ID

Supairvision

To be able to clone the supairvision files, you must have a .ssh folder with your ssh keys where you run this script.

The image shares it's network interface with the host, so you can run this in multiple terminals for multiple hooks into the docker environment.

Whale

🐳

About

Docker install for supairvision project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages