Sample Header Ad - 728x90

Docker dns failure

3 votes
3 answers
1894 views
I launched Concourse CI worker with Boot2docker on OS X. Docker info: Client: Version: 1.11.0 API version: 1.23 Go version: go1.5.4 Git commit: 4dc5990 Built: Wed Apr 13 18:13:28 2016 OS/Arch: darwin/amd64 Server: Version: 1.11.0 API version: 1.23 Go version: go1.5.4 Git commit: 4dc5990 Built: Wed Apr 13 19:36:04 2016 OS/Arch: linux/amd64 When I tried to build docker image I had a problem. Build instruction: - put: docker-registry params: build: src-develop tag: version/version Build log: Sending build context to Docker daemon 80.9 kB Step 1 : FROM python:3.5 Pulling repository docker.io/library/python Error while pulling image: Get https://index.docker.io/v1/repositories/library/python/images : dial tcp: lookup index.docker.io on 127.0.0.11:53: read udp 127.0.0.1:59668->127.0.0.11:53: read: connection refused Does anyone have idea how to solve this problem?
Asked by Alexey Kachalov (31 rep)
May 6, 2016, 10:05 PM
Last activity: Jul 10, 2025, 08:37 PM