Prune only before starting yourself ?

This commit is contained in:
Nicolas Patry 2024-06-05 16:21:57 +02:00
parent 9626f8c743
commit c6325ff122

View File

@ -489,7 +489,6 @@ def launcher(event_loop):
try: try:
container.stop() container.stop()
container.wait() container.wait()
client.containers.prune()
except NotFound: except NotFound:
pass pass