spiegel_podman/docs/source
Matthew Heon d6442f5f57 Do not set host IP on ports when 0.0.0.0 requested
Docker and CNI have very different ideas of what 0.0.0.0 means.
Docker takes it to be 0.0.0.0/0 - that is, bind to every IPv4
address on the host. CNI (and, thus, root Podman) take it to mean
the literal IP 0.0.0.0. Instead, CNI interprets the empty string
("") as "bind to all IPs".

We could ask CNI to change, but given this is established
behavior, that's unlikely. Instead, let's just catch 0.0.0.0 and
turn it into "" when we parse ports.

Fixes #7014

Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-08-11 12:15:24 +02:00
..
_static [CI:DOCS]Add swagger.yaml to docs/ 2020-06-26 09:58:14 -05:00
markdown Do not set host IP on ports when 0.0.0.0 requested 2020-08-11 12:15:24 +02:00
Commands.rst Add deprecated message to varlink command 2020-06-15 11:41:57 -07:00
conf.py Restructure documentation dir 2019-10-31 12:31:39 -05:00
generate.rst Update document formatting and packaging code 2019-10-31 12:31:39 -05:00
healthcheck.rst Update document formatting and packaging code 2019-10-31 12:31:39 -05:00
image.rst Update document formatting and packaging code 2019-10-31 12:31:39 -05:00
includes.rst [CI:DOCS] Docs revamp. 2020-05-21 17:16:10 -04:00
index.rst Add deprecated message to varlink command 2020-06-15 11:41:57 -07:00
Introduction.rst [CI:DOCS] Docs revamp. 2020-05-21 17:16:10 -04:00
managecontainers.rst Update document formatting and packaging code 2019-10-31 12:31:39 -05:00
network.rst docs: fix incomplete heading underlining in network.rst 2020-01-28 06:44:07 -05:00
play.rst Update document formatting and packaging code 2019-10-31 12:31:39 -05:00
pod.rst Remove containers when pruning a stopped pod. 2019-11-26 13:19:31 -05:00
Reference.rst [CI:DOCS]Add swagger.yaml to docs/ 2020-06-26 09:58:14 -05:00
Search.rst [CI:DOCS] Docs revamp. 2020-05-21 17:16:10 -04:00
system.rst Update document formatting and packaging code 2019-10-31 12:31:39 -05:00
Tutorials.rst [CI:DOCS] Docs revamp. 2020-05-21 17:16:10 -04:00
volume.rst Enable pre-commit tool linting 2020-01-14 13:42:59 +00:00