Merge pull request #2071 from mikaelarguedas/update_network_name

ros_demos -> ros_demos_default
This commit is contained in:
yosifkit 2021-11-01 17:31:53 -07:00 committed by GitHub
commit 971c7b07d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -182,10 +182,10 @@ services:
$ docker-compose up -d $ 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 ```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: > 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 $ 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 ### ROS 1 Bridge