mirror of
https://github.com/containers/podman.git
synced 2025-09-09 17:42:22 +08:00
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>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ __pycache__
|
||||
/cmd/podman/varlink/ioprojectatomicpodman.go
|
||||
/cmd/podman/varlink/iopodman.go
|
||||
.gopathok
|
||||
test/e2e/e2e.coverprofile
|
||||
|
Reference in New Issue
Block a user