-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BUG] Everything is too slow #8
Comments
Update The reason why calling
The actual problem is that if the image actually does exist, and you don't need to pull it, For now, I will make it so that |
The performance is still not as good as I'd want it to be, but now I understand what is the issue and will try to pay more attention to it. |
If you are having issues with the program's speed (containers take around 5 seconds to be created) — you are not the one. It is being worked on, but for now there doesn't seem to be a solution for this. The issue seems to be somewhere within the Docker API.
A possible workaround would be to pre-create a "pool" of containers, but this seems like a very ugly solution, and it doesn't fix the issue that all other operations on Docker's API take too much time.
The text was updated successfully, but these errors were encountered: