devbox-env 1.1.1

A simple Lando alernative made because Lando doesn't support podman
devbox-env-1.1.1 is not a library.

DevBox 1.1.1

This is a wrapper around Podman, that makes deploying development environment easy! This is a simple alternative to lando (it is temporary and will stop being maintained once lando gets podman support (most likely ;)))

  • Forgot to update the readme (that's why there's a new version)

Features:

  • Initialize a workspace
  • Configure it using a Containerfile
  • Start it using devbox up
  • Destroy the environment with devbox destroy
  • Get the status of the environment with devbox status
  • Start/Stop the container
  • Attach into the environment
  • Easily reload the changes made to the Containerfile