Niel Drummond
Niel Drummond
I have done some more due diligence to this issue to try and understand what is going on, and replicated the [example PR](https://github.com/fussybeaver/bollard/pull/254) using the golang moby client SDK: https://github.com/moby/moby/compare/master...fussybeaver:moby:ND-attach-ordering-issue?expand=1...
The raw Docker API doesn't expose the exit code of a container through the `start_exec` command, you would need to call `wait_container` after the execution to check what the status...
I also seem to get this error when using serde to serialize an `Option`
Related to https://github.com/fussybeaver/bollard/issues/242
Some more info on this. I haven't been able to reproduce this, even by compiling the registry codebase with intentional errors. However, I think there are two things going on...
Hi, I'm not at a computer this week, but can give the situation at present. ~IIRC Connecting via an SSH URL to the buildkit server is a buildkit feature. Support...
@Rutherther so after some further looking into it, this is more about creating an SSH remote port forward, perhaps you could use the [thrussh](https://pijul.org/thrussh) crate/library for this? Perhaps as an...
A PR landed in master that addresses the buildkit implementation. Please test it to see if it works for you, and/or let me know if you need help getting it...
Thanks, swagger reference https://github.com/moby/moby/blob/24.0/api/swagger.yaml#L11018-L11022
I'm open to adding/modifying the functionality that will determine the correct connection mechanism using an environment variable (as long as we retain backward compatibility). The original functionality for using the...