Skip to content

Commit

Permalink
Merge pull request #428 from inknos/issue-425
Browse files Browse the repository at this point in the history
Remove wait condition in run()
  • Loading branch information
openshift-merge-bot[bot] authored Sep 17, 2024
2 parents 0aa5915 + 75430fa commit c68abf5
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 c68abf5

Please sign in to comment.