comparison doc/installation.txt @ 8060:f53fd57a0cf3

docs: update link to docker publish command.
author John Rouillard <rouilj@ieee.org>
date Sun, 07 Jul 2024 10:57:31 -0400
parents 7df143a5c90b
children a4cb4e75d4e9
comparison
equal deleted inserted replaced
8059:2d03de31814a 8060:f53fd57a0cf3
1842 .. caution:: 1842 .. caution::
1843 1843
1844 Docker modifies iptables firewall rules. This allows access to the 1844 Docker modifies iptables firewall rules. This allows access to the
1845 container from your local network. `See the official documentation 1845 container from your local network. `See the official documentation
1846 for details 1846 for details
1847 <https://docs.docker.com/engine/reference/commandline/run/#publish>`_. 1847 <https://docs.docker.com/reference/cli/docker/container/run/#publish>`_.
1848 UFW rules are known to be be ignored (see: 1848 UFW rules are known to be be ignored (see:
1849 https://github.com/moby/moby/issues/4737). Use ``-p 1849 https://github.com/moby/moby/issues/4737). Use ``-p
1850 127.0.0.1:ext_port:container_port`` in your docker run commands or 1850 127.0.0.1:ext_port:container_port`` in your docker run commands or
1851 implement suggestions like: https://github.com/chaifeng/ufw-docker. 1851 implement suggestions like: https://github.com/chaifeng/ufw-docker.
1852 1852

Roundup Issue Tracker: http://roundup-tracker.org/