docker icon indicating copy to clipboard operation
docker copied to clipboard

It is recommended to change the calling method of the entrance

Open ncnynl opened this issue 2 years ago • 1 comments

https://github.com/micro-ROS/docker/blob/iron/micro-ROS-static-library-builder/Dockerfile In micro-ROS-static-library-builder is :

ENTRYPOINT ["/entrypoint.sh"]

It should be changed to the following link: https://github.com/micro-ROS/docker/blob/iron/micro-ROS-Agent/Dockerfile In micro-ROS-Agent is: ENTRYPOINT ["/bin/sh", "/micro-ros_entrypoint.sh"]

The above micro-ROS-static-library-builder example will have permission issues, causing it to not work properly when running docker.

ncnynl avatar Sep 13 '23 01:09 ncnynl

Hello please open a PR with your proposal

pablogs9 avatar Sep 13 '23 06:09 pablogs9