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

Containers are runtime concepts. Images are static. Containers are created from images. If your image doesn't contain something, neither will a container created from that image (unless you add it in a session in the container of course, but that would add it to the container, not the image).