Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker support #2

Open
wants to merge 1 commit into
base: crowdbot
Choose a base branch
from

Conversation

fabiomaschi
Copy link

This PR adds a docker image to make reproducibility easier regardless of the local environment setup:

  • dependencies do not need to be installed in the user OS
  • dependencies are clearly stated from an empty OS image
  • OS, tool versions and installing scripts can be versioned
  • less commands to be taken care from the user: just build and execute!

With this PR, as documented in docs/docker.md, user can simply run:

docker build -t rds:latest .
docker run -i -w /rds rds:latest ./build/baseline_crowd_rds_5 7

Tests

This PR has not been fully tested apart from the commands listed above, and no correctness check has been made with the output.

Next steps

Given the time allocated to this PR, I've just added to the docker image the main dependency (libsdl2-dev). Next steps would comprise adding ROS Kinetic and the catkin command line tools install scripts to the Dockerfile file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant