[note] Mac 不裝 Docker Desktop,改用 Colima 常見問題整理
📌 介紹
在 Mac 上要用 Docker,不一定要裝官方的 Docker Desktop,也可以改用像 Colima 這種比較輕量的選擇。不過,如果之前有裝過 Docker Desktop,後來又直接用 Homebrew 裝 Docker CLI,可能會因為一些舊設定沒清乾淨,遇到一些錯誤。
在 Mac 上要用 Docker,不一定要裝官方的 Docker Desktop,也可以改用像 Colima 這種比較輕量的選擇。不過,如果之前有裝過 Docker Desktop,後來又直接用 Homebrew 裝 Docker CLI,可能會因為一些舊設定沒清乾淨,遇到一些錯誤。
The article discusses the issue of permission errors when attempting to install packages from GitHub while using the apache/airflow:2.10.2 Docker image. It presents a solution that involves temporarily switching to the root user to install ‘git’ and then reverting to the airflow user for further installations.