Skip to content

Commit

Permalink
Fix port mapping in External Locators tutorial (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL authored Aug 17, 2023
1 parent 450536a commit 93e9dc9
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ On both hosts, open a shell and run:
.. code-block:: bash
docker run --rm -it `# Cleanup, interactive terminal` \
-p 11200-11201:7412-7413/udp `# Expose default internal ports to host` \
ubuntu-vulcanexus:iron-desktop `# Image name`
-p 11200-11201:7410-7411/udp `# Expose default internal ports to host` \
ubuntu-vulcanexus:humble-desktop `# Image name`
.. tab:: TERMINAL 2

Expand All @@ -120,9 +120,12 @@ On both hosts, open a shell and run:
.. code-block:: bash
docker run --rm -it `# Cleanup, interactive terminal` \
-p 11200-11201:7412-7413/udp `# Expose default internal ports to host` \
ubuntu-vulcanexus:iron-desktop `# Image name`
-p 11200-11201:7410-7411/udp `# Expose default internal ports to host` \
ubuntu-vulcanexus:humble-desktop `# Image name`
.. important::

For ``galactic`` and former distributions, the following port mapping should be used instead: ``-p 11200-11201:7412-7413/udp``

.. note::

Expand Down

0 comments on commit 93e9dc9

Please sign in to comment.