Skip to content

Commit

Permalink
Stop Docker container when stopping a Probe (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek authored Sep 27, 2021
1 parent 9d8b83f commit 53b3ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goth/runner/probe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ async def stop(self):
await agent.stop()
if self.container.logs:
await self.container.logs.stop()
self.container.stop()

def remove(self) -> None:
"""Remove the underlying container."""
Expand Down

0 comments on commit 53b3ace

Please sign in to comment.