其他
再见了 VMware,一款更轻量级的虚拟机!
一直以来总有小伙伴问我,有没有全套完整的java学习课程, 针对这种情况,我们联合波波老师,原一线大厂在职架构师,耗时8个月联合打造了 《 2023年Java高薪课程 》已更新了 102G 视频,累计更新时长 500+ 个小时,需要的小伙伴可以了解下,一次购买,持续更新,无需2次付费。
1
Multipass2
开始使用$ multipass version
3
创建Ubuntu虚拟机$ multipass find
Image Aliases Version Description
snapcraft:core18 20201111 Snapcraft builder for Core 18
snapcraft:core20 20201111 Snapcraft builder for Core 20
core core16 20200818 Ubuntu Core 16
core18 20200812 Ubuntu Core 18
16.04 xenial 20210128 Ubuntu 16.04 LTS
18.04 bionic 20210129 Ubuntu 18.04 LTS
20.04 focal,lts 20210223 Ubuntu 20.04 LTS
20.10 groovy 20210209 Ubuntu 20.10
appliance:adguard-home 20200812 Ubuntu AdGuard Home Appliance
appliance:mosquitto 20200812 Ubuntu Mosquitto Appliance
appliance:nextcloud 20200812 Ubuntu Nextcloud Appliance
appliance:openhab 20200812 Ubuntu openHAB Home Appliance
appliance:plexmediaserver 20200812 Ubuntu Plex Media Server Appliance
$ multipass launch --name dg
Launched: dg
$ multipass exec dg -- lsb_release -d
Description: Ubuntu 18.04.4 LTS
4
操作虚拟机查看虚拟机列表
Name State IPv4 Image
dg Running 192.168.24.5 Ubuntu 18.04 LTS
查看虚拟机信息
$ multipass info --all
Name: dg
State: Running
IPv4: 192.168.24.5
Release: Ubuntu 18.04.4 LTS
Image hash: fe3030933742 (Ubuntu 18.04 LTS)
Load: 0.00 0.00 0.00
Disk usage: 1.5G out of 4.7G
Memory usage: 112.1M out of 985.7M
进入虚拟机
$ multipass shell dg
暂停/重启虚拟机
# 暂停
$ multipass stop dg
# 启动
$ multipass start dg
删除/释放虚拟机
# 删除
$ multipass delete dg
# 释放
$ multipass purge dg
配置自动化
$ multipass launch --name ubuntu --cloud-init config.yaml
#cloud-config
runcmd:
- curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
- sudo apt-get install -y nodejs
- wget https://releases.leanapp.cn/leancloud/lean-cli/releases/download/v0.21.0/lean-cli-x64.deb
- sudo dpkg -i lean-cli-x64.deb
5
总结更多关于 multipass 的高阶的技巧,欢迎访问 multipass 官方文档。
官方文档:https://multipass.run/docs/
【福利】2023 高薪课程,全面来袭(视频+笔记+源码)
【福利】2023 高薪课程,全面来袭(视频+笔记+源码)
往期推荐