/docker-ros

this is a template for running ros in docker container

Primary LanguageDockerfile

docker-ros

this is a template for running ros in docker container

Command list

docker build -t my_image .
docker run -it --user ros --network=host --ipc=host -v $PWD/source:/my_source_code --env=DISPLAY=host.docker.internal:0 my_image