Skip to content

A simple CLI tool for templating and spinning up VMs and containers

Notifications You must be signed in to change notification settings

jgfranco17/vulcanbox

Repository files navigation

VulcanBox

VulcanBox is a powerful and user-friendly command-line interface (CLI) tool designed to help you manage your test containers easily.

Features

With VulcanBox, you can...

  • Create Docker images
  • Create Virtualbox VMs
  • List available images and VMs

Development Setup

Preqrequisites

Before getting started on development for this project, install the following on your local machine:

Additional installs; optional, for developer convenience

VulcanBox can be installed using Poetry. Ensure you have Poetry installed on your system.

  1. Clone the repository

    git clone https://github.com/jgfranco17/vulcanbox.git
    cd vulcanbox
  2. Install dependencies

    poetry install

There is also a Docker implementation available.

docker build -t vulcanbox .
docker run --rm vulcanbox --version

Usage

You can use VulcanBox directly through the command line.

vulcanbox --help

About

A simple CLI tool for templating and spinning up VMs and containers

Resources

Stars

Watchers

Forks

Packages

No packages published