From edf950b423928e118e1eadb17cfce8216fbc897e Mon Sep 17 00:00:00 2001 From: wenyongda Date: Mon, 24 Nov 2025 23:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/macOS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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的用户指定的运行时启动。