devbox
A developer workstation VM. Installs Docker Engine and zsh via cloud-init on first boot.
vee create dev --template devbox
vee create dev --template devbox --distro ubuntu # default
- Docker Engine (latest)
- zsh + Oh My Zsh
- Common dev tools: git, curl, jq, vim
- Supports
--distroto switch the base Linux distro (where images are available). - Supports
--virtiofs-dirto share your home directory or project folder into the VM.