Skip to content

BUMRC/docker_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published