A single-command wrapper around OCI's create/start/delete for folks who liked the old single-command lifecycle and its hooks.
This package only works on Linux (because prctl is Linux-specific).
run.py requires Python 3.4+ and the following packages:
- python-prctl (GPLv3) for prctl bindings.
Install them with your package manager or:
$ pip3 install --user -r requirements.txtThe timeout hook argument is not supported yet.