Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 359 Bytes

File metadata and controls

18 lines (12 loc) · 359 Bytes

How to run

docker build -t my_image .
docker run -it --user [username] --network=host --ipc=host -v $PWD/ros_ws:/ros_ws --privileged my_image

Troubleshooting

If run in docker file causes error, (format exec error), then install:

sudo apt install qemu-user-static

Reference

https://www.youtube.com/watch?v=XcJzOYe3E6M