Skip to content

Releases: nomlab/orca

v0.5.0

14 May 01:56

Choose a tag to compare

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

01 Sep 00:43

Choose a tag to compare

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