Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is DockerClient thread safe? #3229

Open
Amrajkumar opened this issue Feb 28, 2024 · 1 comment
Open

Is DockerClient thread safe? #3229

Amrajkumar opened this issue Feb 28, 2024 · 1 comment

Comments

@Amrajkumar
Copy link

Amrajkumar commented Feb 28, 2024

Can I safely share docker client / APIClient object in many threads, each of them will call it’s methods?

or should I consider creating separate client object within each thread?

@Khushiyant
Copy link
Contributor

The APIClient object in the Docker SDK for Python is not thread-safe. It's recommended to create a separate APIClient object within each thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants