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시간 정도 헤멨다ㅠㅠ
'리눅스' 카테고리의 다른 글
ppk 키 -> pem 키로 변환, 서버 접속 (0) | 2023.03.30 |
---|---|
개발자가 알아야 하는 리눅스명령문 (0) | 2023.03.30 |
PuTTy 설치 (mac 맥 m1) (0) | 2023.03.30 |
도커란? (0) | 2023.03.30 |
AWS EC2 사용하기 / PuTTy 이용하여 접속 확인 (0) | 2023.03.21 |