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

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

#1618 in Command line utilities

Download history 7/week @ 2024-02-18 7/week @ 2024-02-25 1/week @ 2024-03-03 53/week @ 2024-03-31 1/week @ 2024-04-07

54 downloads per month

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