Macbook에서 docker 설치버젼이 최신이 아닌 경우
아래와 같은 상태창이 계속 떠서 짜증나게 만든다
"Docker app will damgage your computer"
On macOS (apple chip) run the following commands on terminal
brew uninstall --cask docker --force
brew uninstall --formula docker --force
Macbook에서 docker 설치버젼이 최신이 아닌 경우
아래와 같은 상태창이 계속 떠서 짜증나게 만든다
"Docker app will damgage your computer"
On macOS (apple chip) run the following commands on terminal
brew uninstall --cask docker --force
brew uninstall --formula docker --force