[note] 在 Mac 上使用 Multipass 執行 Ubuntu 虛擬機
註記:此頁為由 AI(gpt-5-mini-2025-08-07)自動翻譯自英文原文,可能含有少量不準確之處。
📌 介紹
Multipass 是 Canonical 提供的一個簡單工具,用於方便地執行 Ubuntu 虛擬機。
🚀 快速開始
1 | brew install qemu |
1 | multipass launch 20.04 -c 8 -m 8G -d 100G |
1 | sudo apt update |
1 | neofetch |
下載桌面
1 | sudo apt install ubuntu-desktop xrdp |
🔁 重點回顧
- 學會如何在 macOS 上使用 Multipass 快速啟動與管理 Ubuntu 虛擬機
- 了解如何分配資源並透過 shell 存取虛擬機
🔗 參考資料
[note] 在 Mac 上使用 Multipass 執行 Ubuntu 虛擬機
https://hsiangjenli.github.io/blog/note-run-ubuntu-vms-on-your-mac-using-multipass.zh-TW/