From 57bb58f9fe3b94273db6b87ae7c5bcb17efd32a3 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Mon, 1 Nov 2021 09:21:37 +0100 Subject: [PATCH] ros_demos -> ros_demos_default Signed-off-by: Mikael Arguedas --- ros/content.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ros/content.md b/ros/content.md index a2e0ecbdb..2f14ee99e 100644 --- a/ros/content.md +++ b/ros/content.md @@ -182,10 +182,10 @@ services: $ docker-compose up -d ``` -> Notice that a new network named `ros_demos` has been created, as can be shown further with: +> Notice that a new network named `ros_demos_default` has been created, as can be shown further with: ```console -$ docker network inspect ros_demos +$ docker network inspect ros_demos_default ``` > We can monitor the logged output of each container, such as the listener node like so: @@ -201,7 +201,7 @@ $ docker-compose stop $ docker-compose rm ``` -> Note: the auto-generated network, `ros_demos`, will persist until you explicitly remove it using `docker-compose down`. +> Note: the auto-generated network, `ros_demos_default`, will persist until you explicitly remove it using `docker-compose down`. ### ROS 1 Bridge