You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 code was.
Following examples/exec.rs with a wrong command
unknown_command
:The output is :
Shouldn't we have an
Err
or aStdErr
somewhere? Or am I missing something?(using
bollard = "0.13"
)The text was updated successfully, but these errors were encountered: