Skip to content

Commit 0144647

Browse files
committed
Merge branch 'main' of github.com:caltechlibrary/cloud-init-examples
2 parents 30cac68 + 7863c97 commit 0144647

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

newt_machine.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@echo off
2+
REM
3+
REM This script generates a "Newt Machine" using Multipass.
4+
REM
5+
echo Launching newt_machine
6+
multipass launch --name newt-machine --memory 4G --disk 150G --cpus 2 --cloud-init newt-init.yaml
7+
multipass info newt-machine
8+
@echo on

0 commit comments

Comments
 (0)