Skip to content

Commit

Permalink
Update docker.rst
Browse files Browse the repository at this point in the history
Changed bridge name to sobridge, was so-elastic-net
  • Loading branch information
fyodorr authored May 31, 2024
1 parent bf08fe1 commit b3a54e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ By default, Docker configures its network bridge with an IP address of ``172.17.
Containers
----------

Our Docker containers all belong to a common Docker bridge network, called ``so-elastic-net``. Each container is also aliased, so that communication can occur between the different docker containers using said alias. For example, communication to the ``so-elasticsearch`` container would occur through an alias of ``elasticsearch``.
Our Docker containers all belong to a common Docker bridge network, called ``sobridge``. Each container is also aliased, so that communication can occur between the different docker containers using said alias. For example, communication to the ``so-elasticsearch`` container would occur through an alias of ``elasticsearch``.

You may come across interfaces in ``ifconfig`` with the format ``veth*``. These are the external interfaces for each of the Docker containers. These interfaces correspond to internal Docker container interfaces (within the Docker container itself).

Expand Down

0 comments on commit b3a54e5

Please sign in to comment.