Skip to content

Commit

Permalink
Remove wait condition in run()
Browse files Browse the repository at this point in the history
Fixes: containers#425

Signed-off-by: Nicola Sella <[email protected]>
  • Loading branch information
inknos committed Sep 16, 2024
1 parent 0aa5915 commit 75430fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion podman/domain/containers_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def run(
container = self.create(image=image, command=command, **kwargs)

container.start()
container.wait(condition=["running", "exited"])
container.reload()

if kwargs.get("detach", False):
Expand Down

0 comments on commit 75430fa

Please sign in to comment.