Add exec inspect#127
Conversation
|
@ubermuda: Done! The build fails for some unrelated reason. |
|
Thank you! Could you move it to a test by itself though? Something like |
|
Separated the test! |
|
No problem that's a legitimate though, I just favour separation of tests over speed right now. They are indeed slow because they are not "unit tests" per se (they talk to a real docker daemon), and we sometimes need to blatantly Anyway, thanks again for your contribution! |
|
Thanks for the quick merge! If you could do a new release, that'd be absolutely smashing :) |
|
Sure thing! Just pushed v0.4.3 |
|
🍻 |
There was a problem hiding this comment.
That's inconsistent with the other methods that returns a ResponseInterface object btw 👀
There was a problem hiding this comment.
In the case of exec() you might need/want to interact with the output as a stream or whatever, which is not the case here, or did I miss something?
There was a problem hiding this comment.
Just some methods return ResponseInterface. There's plenty of strings/arrays being returned too.

No description provided.