본문 바로가기
공부/프로그래밍

[docker] pulling 이 안될경우 (connection refused)

by demonic_ 2019. 1. 25.
반응형

컨테이너를 띄우는데 다음의 에러가 발생한다.


Pulling card-nginx (nginx:latest)...

ERROR: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:40562->[::1]:53: read: connection refused


인터넷에 살펴보니 새로설치하느니 어째느니 말이 많던데 상용화중이고, 문제가 생길때마다 매번 그렇게 처리할 순 없었다.


그래서 좀더 살펴보니 다행히 좀더 간편한 방법이 있었다.


도메인네임서비스에 구글 DNS를 등록하면 되었다.


vi /etc/resolv.conf


nameserver 8.8.8.8


다시해보니 정상작동한다.


Pulling card-nginx (nginx:latest)...

latest: Pulling from library/nginx

5e6ec7f28fb7: Pull complete

ab804f9bbcbe: Pull complete

052b395f16bc: Pull complete


반응형

댓글