Gunner’s Workspace
  • Home
  • About
container

Docker registry login problem

  • Gunner Kwon

Gunner Kwon

06 Jul 2017 • 1 min read

Docker registry login problem

Docker 접속하는데 로그인이 되지 않는 문제에 직면했습니다!!
갑자기…

Prerequisite

  • Docker version 17.03.1-ce
  • Docker-machine version 0.10.0
  • Docker Server Version 17.06

private registry에 접속을 시도합니다.

$ docker login example.com
Error response from daemon: Get http://docker.example.com/v2/: dial tcp 176.32.84.179:80: getsockopt: connection refused

이런 문제가 발생했습니다.

원인은 현재 Private Docker Registry가 v1인데 자꾸 접속 시도를 v2 로 하는 것입니다.

원인

원인은 제가 며칠전에 docker를 업데이트한 것에 있었습니다.

docker 17.04 부터 registry v1 에 접속할 수 없다고 합니다.

docker toolbox를 사용하는 저는 docker -v를 쳐보고 17.03이 나와서 이상하게 생각했는데,

docker info 를 쳐보고 Docker server version이 17.06임을 확인했습니다.

해결

docker machine을 사용 중 일 경우는 간단합니다.
boot2docker.iso 버전을 17.03 으로 낮춰 주는 겁니다.

Release v17.03.1-ce · boot2docker/boot2docker · GitHub
여기서 다운 받고,

Docker-machine을 멈춘 뒤,

$ docker-machine stop

Virtualbox에서 default 이미지의 위치를 확인, 덮어써줍니다.

/Users/user/.docker/machine/machines/default/boot2docker.iso

이제 다시 로그인 시도를 해봅니다.

접속이 정상적으로 됩니다.

#docker #docker-machine #registry #problem

[WallFit] Grids, Spacing, and Resolution - 2

— Designing for Predictable Output The most time-consuming part of building WallFit wasn’t UI polish. It was math. Grids, spacing, aspect ratios — these look like minor configuration options. In reality, they define the entire outcome. A Grid Is Not Just Rows and Columns A grid in WallFit isn’t just
02 Mar 2026 3 min read

[WallFit] Why I Built WallFit - 1

— A Wedding Gift That Became an App WallFit didn’t start with market research. There was no product strategy, no revenue model, no roadmap. It started with a sentence. “I wish there was an app that could do this.” The person who said that is now my wife. It Started
01 Mar 2026 2 min read

[WallFit] 월핏: 무료 앱, 광고, Analytics - 3

만들면서 계속 바뀐 판단들 WallFit은 처음부터 비즈니스 모델이 명확한 앱은 아니었다. 결혼 기념으로 시작했고, 유료로 유지하기에는 진입장벽이 애매했고, 그래서 무료로 공개하기로 했다. 문제는 그 다음이었다. 무료로 풀면, 이 앱은 어떻게 유지할 것인가. 광고를 붙이되, 흐름을 깨지 않기 광고를 넣는 건 선택이 아니라 전제였다. 다만 기준은 분명했다. 사용 흐름을 끊는 위치에는
22 Feb 2026 5 min read
Gunner’s Workspace © 2026
  • Sign up
Powered by Ghost