- Using osrf/rocker
- For multiple input to the same container: using
docker exec
to run newbash
docker exec -it <container ID> bash
source ./ros_entrypoint.sh
docker exec
to run new bash
docker exec -it <container ID> bash
source ./ros_entrypoint.sh