Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: fix bug in waiting for container to exit
In ##23966 when we switched to using the official Docker SDK client, we had more contexts to add because most of the library methods take one. But for some APIs like waiting for a container to exit after we've started it, we never want to close this context, because the operation can outlive the Nomad agent itself.
- Loading branch information