Files
podman/pkg
Matthew Heon 644a7b78ff Ensure that containers in pods properly set hostname
When we moved to the new Namespace types in Specgen, we made a
distinction between taking a namespace from a pod, and taking it
from another container. Due to this new distinction, some code
that previously worked for both `--pod=$ID` and
`--uts=container:$ID` has accidentally become conditional on only
the latter case. This happened for Hostname - we weren't properly
setting it in cases where the container joined a pod.
Fortunately, this is an easy fix once we know to check the
condition.

Also, ensure that `podman pod inspect` actually prints hostname.

Fixes #6494

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-06-04 16:32:10 -04:00
..
2020-06-04 09:37:27 +02:00
2019-07-23 15:43:40 -04:00
2020-06-02 08:28:08 -05:00
2020-03-05 20:03:44 +01:00
2018-03-27 21:55:33 +00:00
2020-03-05 20:03:44 +01:00
2020-05-28 14:24:01 +02:00
2019-12-12 19:53:46 -03:00
2020-03-09 09:03:51 +01:00
2020-05-11 13:02:33 +02:00
2020-01-13 14:27:02 +01:00
2020-01-14 09:54:48 +01:00
2020-05-07 09:55:52 -05:00
2020-03-30 08:18:35 -07:00