Skip to content

Commit

Permalink
Added linebreaks in very long line :)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Aug 8, 2023
1 parent 3ebf0b0 commit 0c9328a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/rst/advanced/ecal_in_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,12 @@ In eCAL, you are able to set host belonging over network borders by utilizing th
#. Configure the Host network

- eCAL is sending UDP messages to a multicast IP group ``239.0.0.0/24``, further information in :ref:`Getting Started Section <getting_started_cloud_ubuntu_routes>`. The idea is now, to successfully receive those messages from your previously started container on your host. For that, you need to add a route to your routing table. By typing ``ifconfig`` in your shell, you can identify the right docker network. In our case, the prefix of the docker network is always ``br`` followed by random numbers. After identifying the right network, run following command.
- eCAL is sending UDP messages to a multicast IP group ``239.0.0.0/24``, further information in :ref:`Getting Started Section <getting_started_cloud_ubuntu_routes>`.
The idea is now, to successfully receive those messages from your previously started container on your host.
For that, you need to add a route to your routing table.
By typing ``ifconfig`` in your shell, you can identify the right docker network.
In our case, the prefix of the docker network is always ``br`` followed by random numbers.
After identifying the right network, run following command.

.. code-block:: bash
Expand Down

0 comments on commit 0c9328a

Please sign in to comment.