P
P
Peter Vorontsov2020-07-05 14:53:25
ubuntu
Peter Vorontsov, 2020-07-05 14:53:25

Docker issue, how to fix?

When running the command ( docker-compose up --build) on the server, an error pops up:

Service 'web' failed to build: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:59850->[::1]:53: read: connection refuse


What it is?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2020-07-05
@supet1337

The problem with dns , it is written, the request on udp port 53 did not pass
. Check that the host has a network.

K
ky0, 2020-07-05
@ky0

Try turning off ipv6 leaving only version 4.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question