Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Multipass ====== Launch an instance (by default you get the current Ubuntu LTS) <code> multipass launch --name foo </code> Run commands in that instance, try running bash (logout or ctrl-d to quit) <code> multipass exec foo -- lsb_release -a </code> Pass a cloud-init metadata file to an instance on launch. See using cloud-init with multipass for more details <code> multipass launch -n bar --cloud-init cloud-config.yaml </code> See your instances <code> multipass list </code> Stop and start instances <code> multipass stop foo bar multipass start foo </code> Clean up what you don’t need <code> multipass delete bar multipass purge </code> Find alternate images to launch with multipass <code> multipass find </code> Get help <code> multipass help multipass help <command> </code> cheatsheet/multipass.txt Last modified: 2024/10/14 20:59by 127.0.0.1