Releases: nomlab/orca
Releases · nomlab/orca
v0.5.0
Warning
This version is very unstable.
If you use safely, please wait more bug fixes.
Change Logs
- New feature: Version control of both host and container
- Breaking change: Command-line argument is dramatically changed. Check
orca --help
Installation
wget https://github.com/nomlab/orca/releases/v0.5.0/download/orca
chmod +x orca
Release v0.4.0
Change Logs
- Fix: a bug that pseudo terminal size does not follow real terminal size
- Update: host's root filesystem can be used as container image with '-H' option
Installation
curl -L https://github.com/miyake13000/orca/releases/v0.4.0/download/orca > orca
chmod +x orca