중고 신입이 개발해보기..

Mac Docker 다시 설치하기 본문

Back-End /Docker&k8s

Mac Docker 다시 설치하기

rootkaien 2021. 11. 16. 10:27

 

기존에 설치된 Docker를 삭제.. 

 

$ curl -O https://raw.githubusercontent.com/docker/toolbox/master/osx/uninstall.sh

https://velog.io/@chayezo/Mac%EC%97%90%EC%84%9C-Docker-%EC%82%AD%EC%A0%9C%ED%95%98%EA%B8%B0 요거 참고 ㅋ

 

 

다시 설치해보자.. 

 

https://hub.docker.com/editions/community/docker-ce-desktop-mac

 

Docker Desktop for Mac by Docker | Docker Hub

We and third parties use cookies or similar technologies ("Cookies") as described below to collect and process personal data, such as your IP address or browser information. You can learn more about how this site uses Cookies by reading our privacy policy

hub.docker.com

 

 

완료 후 실행하면 

OK를 해주면된다. 

 

끝~~~~!!!

Comments