added readme with basic instructions

This commit is contained in:
Thies Lennart Alff 2022-11-02 09:15:05 +01:00
parent bbee602b13
commit 1b19215133

25
README.md Normal file
View file

@ -0,0 +1,25 @@
# Update The Base Image
~~~ bash
docker pull osrf/ros:humble-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
~~~