diff --git a/README.md b/README.md index aa7f867cca26027fcaa64e3f575e8356a131b0d9..b0ec6816bd4e24017eab2e678a9277d460bb6269 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,11 @@ This Dockerfile (`Dockerfile` as provided, or `Dockerfile.ros2-humble` if you na 3. **Run a Docker container** â–¶ï¸ based on the image. This command will start an interactive shell within the container with ROS 2 Humble sourced. ```bash - docker run -it llm-navigation-ros2-humble + docker run -it --rm \ + --env="DISPLAY=$DISPLAY" \ + --volume="/tmp/.X11-unix:/tmp/.X11-unix:ro" \ + --net=host \ + ros2-humble-dev ``` Once inside the container, you can start using ROS 2 commands like: