AS: updated readme

This commit is contained in:
Alexander Schaefer 2025-05-15 14:16:05 +02:00
parent 161bb068df
commit 7e3fc6ca80

View File

@ -37,7 +37,7 @@ The second Docker container in this repository is the [`ROS 2_Humble`](./ROS 2_H
To start using these Docker containers together a bridge network must be established first. To start using these Docker containers together a bridge network must be established first.
```bash ```bash
docker network create ros_ursim # The name of the network is `ros_ursim` docker network create ros_ursim
``` ```
This command created the bridge network with the name `ros_ursim`. This name can be then used with the `--network` flag when running a container to include that container within this network. This command created the bridge network with the name `ros_ursim`. This name can be then used with the `--network` flag when running a container to include that container within this network.