added readme with basic instructions
This commit is contained in:
parent
bbee602b13
commit
1b19215133
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal 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
|
||||||
|
~~~
|
||||||
Loading…
Reference in a new issue