Releases: frigg/docker-wrapper-py
Releases · frigg/docker-wrapper-py
v2.1.2
Compare
Sorry, something went wrong.
No results found
Fix
Remove color=never
Fix failing test
v2.1.1
Compare
Sorry, something went wrong.
No results found
Fix
Set login and tty options to false as default
v2.1.0
Compare
Sorry, something went wrong.
No results found
Feature
Add tty option
Add login option in run
v2.0.0
Compare
Sorry, something went wrong.
No results found
Fix
Remove whitespace removal from run()
Use docker exec's return code
Breaking
Removal of whitespace prefix and suffix from stdout and stderr is removed.
As this relies on moby/moby@00c2a8f it won't work with older Docker versions than 1.3.2.
v1.1.0
Compare
Sorry, something went wrong.
No results found
Feature
Use cat instead of echo for write_file
0.7.0
Compare
Sorry, something went wrong.
No results found
Fix environment variables in commands
Add more information to DockerUnavailableError
0.3.0
Compare
Sorry, something went wrong.
No results found
Add support for combining output
Add debug logging in _execute
Make ProcessResult a property
Fix return code in docker.run
Fix ~/ prefix issue in _get_working_directory