Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 304 Bytes

File metadata and controls

13 lines (12 loc) · 304 Bytes

Launch an instance with 4 cores, 16G RAM and 128G MemSpace ( you can name it with -n):

multipass launch -c 4 -m 16G -d 128G -n m1

Mount main folder:

multipass mount --type classic /home/dogay.kamar@canonical.com/Desktop/canonical-main m1

Shell into instance:

multipass shell m1