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
..
2020-07-28 10:27:44 -04:00
2019-11-02 13:48:47 +01:00
2020-07-20 15:09:54 -04:00
2020-07-06 11:14:33 +02:00
2020-07-15 09:13:15 -04:00
2020-03-19 16:32:02 -04:00
2020-03-10 15:03:59 -06:00
2020-05-20 16:11:05 -04:00
2020-06-24 10:39:10 -06:00
2020-03-10 15:03:59 -06:00
2020-03-10 15:03:59 -06:00
2020-03-11 11:05:37 -06:00
2020-07-27 16:53:02 -04:00
2019-10-31 12:31:39 -05:00
2020-08-03 14:32:16 -04:00
2019-10-31 12:31:39 -05:00
2020-07-20 15:09:54 -04:00
2020-05-22 12:55:23 -04:00
2019-10-31 12:31:39 -05:00
2019-10-31 12:31:39 -05:00
2020-08-01 14:55:48 +02:00
2020-04-16 09:17:27 -04:00
2020-06-24 10:39:10 -06:00
2019-10-31 12:31:39 -05:00
2020-05-22 12:55:23 -04:00
2020-05-22 12:55:23 -04:00
2020-06-24 10:39:10 -06:00
2020-07-28 10:27:44 -04:00
2020-04-15 02:49:47 +00:00
2019-11-13 08:15:00 +11:00
2019-10-31 12:31:39 -05:00
2020-07-15 09:13:15 -04:00
2020-07-28 10:27:44 -04:00
2020-07-28 10:27:44 -04:00
2020-03-10 15:03:59 -06:00
2019-10-31 12:31:39 -05:00
2020-06-03 15:20:37 -05:00
2019-10-31 12:31:39 -05:00
2020-06-30 10:50:33 -04:00
2020-03-10 15:03:59 -06:00
2020-03-06 10:21:37 -05:00
2020-06-11 13:24:21 -04:00
2020-02-18 15:30:49 -05:00
2020-03-10 15:03:59 -06:00
2020-06-24 10:39:10 -06:00
2020-06-24 10:39:10 -06:00
2020-05-06 10:54:28 -04:00
2020-05-06 10:54:28 -04:00
2020-06-24 10:39:10 -06:00
2020-05-06 10:54:28 -04:00
2020-05-06 10:54:28 -04:00
2020-07-27 16:53:02 -04:00
2020-05-08 13:18:23 +02:00
2020-06-24 10:39:10 -06:00
2020-05-20 02:53:47 +00:00
2020-06-24 10:39:10 -06:00
2019-10-31 12:31:39 -05:00
2019-10-31 12:31:39 -05:00
2020-03-27 10:00:01 +01:00
2019-10-31 12:31:39 -05:00
2020-07-14 20:05:40 +03:00
2019-10-31 12:31:39 -05:00
2020-05-27 09:48:38 +03:00
2019-10-31 12:31:39 -05:00
2019-10-31 12:31:39 -05:00
2020-06-24 10:39:10 -06:00
2020-03-10 15:03:59 -06:00
2019-10-31 12:31:39 -05:00
2020-06-11 11:01:13 +02:00
2020-06-11 11:01:13 +02:00
2020-04-27 12:00:35 +02:00
2020-06-11 11:01:13 +02:00
2019-12-11 10:50:27 +01:00
2019-10-31 12:31:39 -05:00
2019-11-26 13:19:31 -05:00
2019-10-31 12:31:39 -05:00
2020-02-17 15:22:21 +01:00
2020-07-21 10:18:27 -04:00
2020-07-21 10:18:27 -04:00
2020-06-18 12:13:46 -04:00
2020-03-31 08:50:32 -04:00
2020-01-28 03:28:18 -08:00
2020-06-24 10:39:10 -06:00
2020-08-03 14:32:16 -04:00
2019-10-31 12:31:39 -05:00
2020-05-01 11:20:19 -04:00
2019-11-05 14:10:43 -05:00
2019-10-31 12:31:39 -05:00
2020-03-31 08:50:32 -04:00
2020-07-22 15:25:44 -07:00
2020-07-22 15:25:44 -07:00
2020-07-22 15:25:44 -07:00
2020-07-22 15:25:44 -07:00
2020-07-22 15:25:44 -07:00
2020-07-22 15:25:44 -07:00
2020-01-30 06:44:33 -05:00
2020-07-20 15:09:54 -04:00
2020-01-26 07:46:21 -05:00
2020-07-20 15:09:54 -04:00
2020-07-23 12:38:24 -04:00
2020-06-29 14:26:07 -04:00
2020-07-22 15:25:44 -07:00
2020-01-17 08:51:36 +01:00
2019-12-11 10:50:27 +01:00
2020-07-27 16:53:02 -04:00
2019-10-31 12:31:39 -05:00
2020-06-24 10:39:10 -06:00
2020-06-24 10:39:10 -06:00
2020-05-21 16:31:34 -04:00
2020-03-10 15:03:59 -06:00
2020-03-10 15:03:59 -06:00
2020-03-10 15:03:59 -06:00
2019-10-31 12:31:39 -05:00
2019-10-31 12:31:39 -05:00
2019-10-31 12:31:39 -05:00
2020-05-22 12:55:23 -04:00
2020-07-28 10:12:55 -04:00