Files
podman/pkg
Peter Hunt 81804fc464 pod infra container is started before a container in a pod is run, started, or attached.
Prior, a pod would have to be started immediately when created, leading to confusion about what a pod state should be immediately after creation. The problem was podman run --pod ... would error out if the infra container wasn't started (as it is a dependency). Fix this by allowing for recursive start, where each of the container's dependencies are started prior to the new container. This is only applied to the case where a new container is attached to a pod.

Also rework container_api Start, StartAndAttach, and Init functions, as there was some duplicated code, which made addressing the problem easier to fix.

Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-02-15 16:39:24 -05:00
..
2018-03-27 21:55:33 +00:00
2018-09-05 13:48:20 +00:00
2018-07-27 02:48:16 +00:00
2017-11-01 11:24:59 -04:00
2019-01-15 17:09:15 -05:00
2019-02-14 13:21:52 -05:00
2019-01-15 12:25:10 -05:00
2019-02-14 13:21:52 -05:00