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 ;)))
Features:
- Initialize a workspace
- Configure it using a Containerfile
- Start it using devbox up
- Destroy the environment with devbox destroy
- Start/Stop the container
- Attach into the environment
- Easily reload the changes made to the Containerfile