devbox
devbox copied to clipboard
Devbox is responsible for bootstrapping your multi-container development environment
~~I moved the `new` command under a new `project` subcommand so that we could have more commands for working with projects grouped under that subcommand.~~ ~~So instead of ~~ ```...
Currently, if you are hosting a devbox project configuration template on GitHub, for example, you'd need to pull in new changes like this: ```bash devbox stop -p my_project rm -rf...
Currently if you attempt to run `devbox start` without `docker-compose` installed, you are presented with a generic system error message: ``` % devbox start ERROR: No such file or directory...