Skip to content

dmcdo/jabberwocky-container-manager

 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Shell 3.5%