Baptiste Colle

Results 2 comments of Baptiste Colle

I am currently building a CLI that uses the docker client under the hood. Thus, I need to parse the output of docker commands in order to get information from...

It seems that it is not possible to capture the stdout of the methods. Indeed, the stdout or stderr is not inherited from the main thread. Is there a way...