mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
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.