Multipass

From AWVVO
Revision as of 14:59, 24 March 2025 by Admin (talk | contribs) (Created page with "Multipass is a lightweight VM manager developed by Canonical that lets you easily run Ubuntu instances on macOS, Windows, and Linux, ideal for development and testing. Example to launch Ubuntu 24.04 LTS with 1 CPU and 2GB memory: == Launch an instance == <syntaxhighlight lang="php" copy line highlight="0"> multipass launch 24.04 --name ubuntu24 --cpus 1 --mem 2G </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Multipass is a lightweight VM manager developed by Canonical that lets you easily run Ubuntu instances on macOS, Windows, and Linux, ideal for development and testing.

Example to launch Ubuntu 24.04 LTS with 1 CPU and 2GB memory:

Launch an instance

multipass launch 24.04 --name ubuntu24 --cpus 1 --mem 2G