-
Notifications
You must be signed in to change notification settings - Fork 31
It is recommended to change the calling method of the entrance #100
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels