mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 17:18:51 +07:00
13 lines
216 B
Makefile
13 lines
216 B
Makefile
![]() |
.POSIX:
|
||
|
|
||
|
run:
|
||
|
multipass list | grep homelab \
|
||
|
|| multipass launch \
|
||
|
--cpus 4 \
|
||
|
--mem 8G \
|
||
|
--disk 64G \
|
||
|
--cloud-init ./multipass-cloud-init.yaml \
|
||
|
--name homelab \
|
||
|
release:20.10
|
||
|
multipass shell homelab
|