This commit is contained in:
wenyongda 2025-11-24 23:31:02 +08:00
parent 3a1e386929
commit edf950b423

View File

@ -138,6 +138,26 @@ brew services start colima
colima start colima start
``` ```
### 卸载
```shell
colima stop
```
```shell
colima delete
```
```shell
brew uninstall colima
```
```shell
rm -rf ~/.colima
```
### 运行时 ### 运行时
初始启动时Colima会使用默认为Docker的用户指定的运行时启动。 初始启动时Colima会使用默认为Docker的用户指定的运行时启动。