We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2019-10-19 13:01:15.940 | DEBUG | dockerblade.shell:run:210 - executing command: test -e /bin/sh 2019-10-19 13:01:15.940 | DEBUG | dockerblade.shell:_instrument:80 - instrumenting co mmand: test -e /bin/sh 2019-10-19 13:01:15.940 | DEBUG | dockerblade.shell:_instrument:85 - instrumented com mand: /bin/sh -c 'test -e /bin/sh' 2019-10-19 13:01:16.124 | DEBUG | dockerblade.shell:run:222 - retcode: None 2019-10-19 13:01:16.124 | DEBUG | dockerblade.shell:run:236 - executed command: Compl etedProcess(args='test -e /bin/sh', returncode=None, duration=0.18440936000024521, outpu t=None) -----------
The text was updated successfully, but these errors were encountered:
Caused by docker/docker-py#2450
Sorry, something went wrong.
added workaround for #25
8990bef
Added workaround for shell calls without both stdout and stderr (#26)
06aa050
* added workaround for #25 * fixed test_check_call * added extra asserts to test_run
No branches or pull requests
The text was updated successfully, but these errors were encountered: