Difference between revisions of "Multipass"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
* <code>[[multipass stop]] VM_NAME</code>
 
* <code>[[multipass stop]] VM_NAME</code>
 
* <code>[[multipass launch]] --name YourName</code><ref>https://discourse.ubuntu.com/t/multipass-now-available-for-macos/6824</ref> (To Create a new one)
 
* <code>[[multipass launch]] --name YourName</code><ref>https://discourse.ubuntu.com/t/multipass-now-available-for-macos/6824</ref> (To Create a new one)
** <code>multipass launch --[[cpus]] 2 --name MY_NEW_VM</code>
+
** <code>multipass launch --[[cpus]] 2 --name MY_NEW_VM</code>
 +
** <code>multipass launch --cpus 2 --[[mem]] 8G --name MY_NEW_VM</code>
 
*<code>[[multipass shell]] VM_NAME</code>
 
*<code>[[multipass shell]] VM_NAME</code>
 
*<code>[[multipass find]]</code>
 
*<code>[[multipass find]]</code>

Revision as of 16:52, 10 November 2020

wikipedia:multipass[1] (December 2019 v1.0[2]) allows to orchestrate Ubuntu virtual machine instances on Linux, Windows and macOS. It uses KVM on Linux, Hyper-V on Windows and HyperKit on macOS, supported since July 2018[3], to run the VM with minimal overhead. Since August 2020 (v1.4) it also included bridged networking support[4].


Usage

macOS

macOS files location: /var/root/Library/Application Support/multipassd/vault/instances/
Configuration file: /var/root/Library/Application Support/multipassd/multipassd-vm-instances.json

Ubuntu

/var/snap/multipass/common/data/multipassd/vault/instances/

Logs

Know limitations

Activities

  1. Install and create you first Ubuntu VM with Multipass
  2. Read Multipass releases/versions
  3. Modify number of CPU on an existing instance

Related terms

See also

  • https://github.com/CanonicalLtd/multipass
  • https://discourse.ubuntu.com/t/announcing-multipass-1-0-0-first-stable-release/13704
  • https://discourse.ubuntu.com/t/multipass-now-available-for-macos/6824
  • https://github.com/canonical/multipass/releases/tag/v1.4.0
  • https://discourse.ubuntu.com/t/multipass-now-available-for-macos/6824
  • Advertising: