v0.1.0-alpha.2
Pre-release
Pre-release
Changed
- Changed
execute_command
method to use/bin/sh -c
to properly handle shell quoting.
Fixed
- Fixed issue extracting changed files from the container when command exited with non-zero code.
- Fixed
containers.run
method to usetty=True
to properly handle interactive sessions.