Hans Lellelid
02/07/2023, 6:01 PMAndrew Huang
02/07/2023, 6:14 PMHans Lellelid
02/07/2023, 6:15 PMAndrew Huang
02/07/2023, 6:15 PMHans Lellelid
02/07/2023, 6:16 PMAndrew Huang
02/07/2023, 6:16 PMHans Lellelid
02/07/2023, 6:17 PMAt the moment, you may hold onto the container and call theYeah, I saw this as well in the docker-py API, so I presume we could do something like:method.wait
await run_sync_in_worker_thread(container.wait)
I suppose themethod could be useful too in addition to create / start.run
Andrew Huang
02/07/2023, 6:36 PMHans Lellelid
02/07/2023, 6:36 PM