Difference between revisions of "Multipass"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
* Usage:  
 
* Usage:  
 
::<code>multipass launch --name ubuntu-vm</code><ref>https://discourse.ubuntu.com/t/multipass-now-available-for-macos/6824</ref>
 
::<code>multipass launch --name ubuntu-vm</code><ref>https://discourse.ubuntu.com/t/multipass-now-available-for-macos/6824</ref>
::<code>multipass start VM_NAME</code>  
+
::<code>[[multipass start]] VM_NAME</code>  
 
::<code>multipass shell VM_NAME</code>
 
::<code>multipass shell VM_NAME</code>
 
::<code>multipass find</code>
 
::<code>multipass find</code>

Revision as of 12:15, 6 February 2020

Multipass[1] allows to orchestrate virtual Ubuntu instances. It uses KVM on Linux, Hyper-V on Windows and HyperKit on macOS, supported since July 2018[2], to run the VM with minimal overhead.

Binaries: multipass, multipass-gui

  • Linux installation: sudo snap install multipass
  • MacOS Installation: brew cask install multipass
  • Usage:
multipass launch --name ubuntu-vm[3]
multipass start VM_NAME
multipass shell VM_NAME
multipass find
List running instances: multipass list
multipass info VM_INSTANCE_NAME
multipass stop VM_INSTANCE_NAME
multipass delete VM_INSTANCE_NAME
multipass purge


Activities

  1. Install and create you first Ubuntu VM with Multipass


See also

  • https://github.com/CanonicalLtd/multipass
  • https://discourse.ubuntu.com/t/multipass-now-available-for-macos/6824
  • https://discourse.ubuntu.com/t/multipass-now-available-for-macos/6824
  • Advertising: