提交
This commit is contained in:
parent
3a1e386929
commit
edf950b423
@ -138,6 +138,26 @@ brew services start colima
|
||||
colima start
|
||||
```
|
||||
|
||||
### 卸载
|
||||
|
||||
```shell
|
||||
colima stop
|
||||
```
|
||||
|
||||
```shell
|
||||
colima delete
|
||||
```
|
||||
|
||||
```shell
|
||||
brew uninstall colima
|
||||
```
|
||||
|
||||
```shell
|
||||
rm -rf ~/.colima
|
||||
```
|
||||
|
||||
|
||||
|
||||
### 运行时
|
||||
|
||||
初始启动时,Colima会使用默认为Docker的用户指定的运行时启动。
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user