리눅스
m1 docker 다운로드 / Cannot connect to the Docker daemon 문제 해결
개발 공부
2023. 3. 30. 17:30
https://docs.docker.com/desktop/install/mac-install/
Install Docker Desktop on Mac
docs.docker.com

도커 컨테이너 명령문
도커버전확인
docker version
docker info
Cannot connect to the Docker daemon 이라는 메세지가 뜬다면
https://apple.stackexchange.com/questions/373888/how-do-i-start-the-docker-daemon-on-macos
How do I start the docker daemon on macOS?
I am using macOS 10.14.6 and docker info shows me that the docker daemon is not running. How do I start the docker daemon from terminal? I have not found any information on doing so anywhere. On...
apple.stackexchange.com

brew install colima
colima start
docker ps -a

위 명령어를 입력하면 해결된다.
이 문제 때문에 헤메다가.. 선생님과 친구가 도와줘서 해결.. 3시간 정도 헤멨다ㅠㅠ