diff --git a/source/_posts/macOS.md b/source/_posts/macOS.md index 8318748..3e93ca8 100644 --- a/source/_posts/macOS.md +++ b/source/_posts/macOS.md @@ -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的用户指定的运行时启动。