Skip to content

v0.1.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@srtab srtab released this 18 Nov 19:03
· 27 commits to main since this 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 use tty=True to properly handle interactive sessions.