ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Both are possible, but only one order of installation (ROS in your Docker image) would seem to make sense (or at least: would allow you to exploit the isolation that Docker containers provide).

Both are possible, but only one order of installation (ROS in your Docker image) would seem to make sense (or at least: would allow you to exploit the isolation that Docker containers provide).

If you want to run nodes in a Docker container, then install Docker, create an image that install ROS (or use one of the osrf/ros images) and then start containers from those images.