dmcdo / jabberwocky-container-manager

The container manager of the Jaberwocky project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jabberwocky Container Manager

Used for managing containers used with the Jabberwocky project.

Here are some premade containers created for some Florida Tech classes here

How to Build the Executable Files and Installer From Source

poetry install # Only do on first time

poetry shell
python build.py

Once the build has completed, the results will be stored in build/dist.

The installer file for the host platform will be stored at build/dist/installer-[platform]-[architecture]

There is no support for cross-compiling at this time.

How to Run the Tool (For Developers)

poetry install # Only do first time

poetry shell
python download_prerequisites.py # Only do first time
python run.py

About

The container manager of the Jaberwocky project

License:MIT License


Languages

Language:Python 96.5%Language:Shell 3.5%