Niel Drummond
Niel Drummond
Thanks for the detailed report. Did you find this problem only on Podman, or is this reproducible on vanilla Docker ? At the moment the models are generated from the...
Perhaps we should initially raise the issue on the Podman bug tracker to see whether the Podman developers are responsive around these issues.
Reading the thread on your ticket makes me realize how self-contained the podman system is. Perhaps we do need some sort of cargo feature in Bollard to toggle between these...
It would be nice to, but it needs some investigation at the best approach - I notice they have their own swagger API as well. Perhaps initially it'd be good...
Yeah, you can certainly do this with bollard.. and what you describe is how you would go about it, but bollard is a relatively low-level API client, so you might...
Interesting question, thanks for raising it.. I'm a bit wary about indefinite timeouts - if the registry you're pulling from is down, you might get a hanging process. I'm not...
You can configure it by calling `connect_with_unix` directly https://docs.rs/bollard/0.11.1/bollard/struct.Docker.html#method.connect_with_unix I'll look into adding a method to change the timeout after instantiation, it doesn't complicated
How do you suggest the API should change ? It would be a bit strange to add a parameter or option to each method with a timeout argument. Maybe with...
Happy to re-open this for visibility. If we can get a granular proposal for the API agreed, that might move the needle in getting it implemented.
That sounds great.