devbox-env

Crates.iodevbox-env
lib.rsdevbox-env
version1.1.1
sourcesrc
created_at2023-05-14 15:49:17.226451
updated_at2023-06-16 08:39:13.633186
descriptionA simple Lando alernative made because Lando doesn't support podman
homepage
repository
max_upload_size
id864352
size44,791
Bor (Luxvao)

documentation

README

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
Commit count: 0

cargo fmt