当前位置:网站首页>Multipass Chinese document - remove instance
Multipass Chinese document - remove instance
2022-06-26 04:41:00 【But the teacher】
General catalogue ( To be translated and perfected )
1. overview
2. course
3. Directions for use
3.1 install Multipass
3.1.1 be based on Linux
3.1.2 be based on macOS
3.1.3 be based on Windows
3.2 Manage instances
3.2.1 Create examples
3.2.2 Modify instance
3.2.3 Using examples
3.2.4 Use the instance command alias
3.2.5 Share data with instances
3.2.6 Remove instance
3.3 management Multipass
3.3.1 Set the drive
3.3.2 Use Multipass Service authorization agent
3.3.3 Remote use Multipass
3.3.4 Improve mount performance
3.3.5 Use Packer pack Multipass Mirror image
3.3.6 Set image interface
3.3.7 Use different macOS terminal
3.4 Troubleshoot problems
3.4.1 Connection log
3.4.2 Network troubleshooting
How to remove an instance
See also : Instance
This document teaches how to remove instances temporarily or permanently .
Content :
Move instance to ’ The recycle bin ’
Let the instance be deleted , function :
$ multipass delete keen-yak
Now? , If you List (list) example , You will see that they are marked for deletion ( Or in other words , Move to the recycle bin ):
$ multipass list
Name State IPv4 Release
keey-yak DELETED -- Not Available
You can use --all Option to remove all instances to the recycle bin at once :
$ multipass delete --all
Instances marked for deletion , It can also be restored later :
$ multipass revocer keen-yak
$ multipass list
Name State IPv4 Release
keey-yak STOPPED -- Ubuntu 18.04 LTS
Permanently remove instances
If you want to get rid of all the ’ The recycle bin ’ Example , You need to clear (pruge) they :
$ multipass delete keen-yak
$ multipass purge
$ multipass list
No instances found.
eliminate(purge) Command does not require arguments . It will permanently remove all instances marked for deletion .
If you need to permanently delete an instance with one line of command , You can use it. :
$ multipass delete --purge keen-yak
Link to the original text
边栏推荐
- 问题随记 —— pip 换源
- 2022.2.11
- 2.22.2.14
- Laravel access error could not be opened
- A method of quickly transplanting library function code to register code by single chip microcomputer
- 做软件测试学历重要还是能力重要
- 1.17 learning summary
- PHP design function getmaxstr to find the longest symmetric string in a string - [original]
- The select option in laravel admin contains a large amount of data
- Tp6 is easy to tread [original]
猜你喜欢

1.17 learning summary

1.18 learning summary

修改Oracle连接数

PSIM software learning ---08 call of C program block

Database design (3): database maintenance and optimization
![[H5 development] 03- take you hand in hand to improve H5 development - single submission vs batch submission with a common interface](/img/37/84b7d59818e854dac71d6f06700cde.jpg)
[H5 development] 03- take you hand in hand to improve H5 development - single submission vs batch submission with a common interface

2020-12-18

NPM installation tutorial

Modify the number of Oracle connections

企业的产品服务怎么进行口碑营销?口碑营销可以找人代做吗?
随机推荐
CTF serialization and deserialization
防撤回测试记录
1.24 learning summary
Thinkphp6 parsing QR code
Simple use of redis in laravel
ROS 笔记(07)— 客户端 Client 和服务端 Server 的实现
Redis cache message queue
I like you!
0622-马棕榈跌9%
PHP has the problem of using strtotime to obtain time in months and months [original]
Laravel framework Alipay payment fails to receive asynchronous callback request [original]
Oracle data pump table
2022.2.11
Oracle 數據泵導錶
Database design (3): database maintenance and optimization
Multipass中文文档-移除实例
排序查询
Simple application of KMP
2022.1.23
A method of quickly transplanting library function code to register code by single chip microcomputer