spiegel_podman/docs/source
Matthew Heon 7bedff9635 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-03 14:32:16 -04:00
..
_static [CI:DOCS] Docs revamp. 2020-05-21 17:16:10 -04:00
markdown Do not set host IP on ports when 0.0.0.0 requested 2020-08-03 14:32:16 -04: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 Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
index.rst Fix typos on documentation 'What is Podman' page 2020-07-23 15:13:05 +01: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] Docs revamp. 2020-05-21 17:16:10 -04:00
Search.rst [CI:DOCS] Docs revamp. 2020-05-21 17:16:10 -04:00
system.rst Update system.rst 2020-07-23 12:38:24 -04:00
Tutorials.rst Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
volume.rst Enable pre-commit tool linting 2020-01-14 13:42:59 +00:00