diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a35b0c --- /dev/null +++ b/README.md @@ -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 +~~~