We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30cac68 + 7863c97 commit 0144647Copy full SHA for 0144647
newt_machine.bat
@@ -0,0 +1,8 @@
1
+@echo off
2
+REM
3
+REM This script generates a "Newt Machine" using Multipass.
4
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