Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate umbrel-dev from Multipass to Docker
umbrel-dev Automatically initialize and manage an umbrelOS development environment. Usage: npm run dev <command> [-- <args>] Commands: help Show this help message start Either start an existing dev environment or create and start a new one logs Stream umbreld logs shell Get a shell inside the running dev environment exec -- <command> Execute a command inside the running dev environment client -- <rpc> [<args>] Query the umbreld RPC server via a CLI client rebuild Rebuild the operating system image from source and reboot the dev environment into it restart Restart the dev environment stop Stop the dev environment reset Reset the dev environment to a fresh state destroy Destroy the dev environment Environment Variables: UMBREL_DEV_INSTANCE The instance id of the dev environment. Allows running multiple instances of umbrel-dev in different namespaces. Note: umbrel-dev requires a Docker environment that exposes container IPs to the host. This is how Docker natively works on Linux and can be done with OrbStack on macOS. On Windows this should work with WSL 2.
- Loading branch information