#podman #environment #development #container #deployment #lando #devbox

app devbox-env

A simple Lando alernative made because Lando doesn't support podman

3 releases (stable)

1.1.1 Jun 16, 2023
0.1.0 May 14, 2023

#26 in #podman

GPL-3.0-or-later

15KB
243 lines

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

No runtime deps