ros2-vim/README.md

25 lines
279 B
Markdown

# Update The Base Image
~~~ bash
docker pull osrf/ros:iron-desktop-full
~~~
# Rebuild The Image from Dockerfile
~~~ bash
docker-compose build
~~~
# Run The Container
## NVIDIA
~~~ bash
docker-compose run --rm nvidia
~~~
## Others
~~~ bash
docker-compose run --rm dev
~~~