From 7e3fc6ca807745004f01e99ca674c200d418acb6 Mon Sep 17 00:00:00 2001 From: Alexander Schaefer Date: Thu, 15 May 2025 14:16:05 +0200 Subject: [PATCH] AS: updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59cde09..08efa2e 100644 --- a/README.md +++ b/README.md @@ -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. ```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.