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

exec "$@" causes the shell to exec the arguments that were passed in.

In this case, the ENTRYPOINT script is setting up the ROS environment and then executing the command that you gave it.

The docker documentation for ENTRYPOINT goes into more detail about what ENTRYPOINT files are and how they work.