Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.
/ umbrel-dev Public archive

Automatically initialize and manage an Umbrel development environment

Notifications You must be signed in to change notification settings

getumbrel/umbrel-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

Deprecated

The umbrel-dev CLI is now deprecated. To virtualize a local Umbrel instance for development we recommend using Multipass.

Once Multipass is installed you can run an Umbrel VM with:

multipass launch --name umbrel-dev --disk 10G
multipass exec umbrel-dev -- sh -c 'curl -L https://umbrel.sh | bash'

You can get an interactive shell inside the VM with:

multipass shell umbrel-dev

About

Automatically initialize and manage an Umbrel development environment

Resources

Stars

Watchers

Forks

Packages

No packages published