From 040b0b13ba3e5614490287e4ca70ecdfc85043d4 Mon Sep 17 00:00:00 2001 From: test2 Date: Mon, 14 Oct 2019 23:33:08 +0300 Subject: [PATCH] on error --- docker/install.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docker/install.adoc b/docker/install.adoc index 165e050..49a99d6 100644 --- a/docker/install.adoc +++ b/docker/install.adoc @@ -99,6 +99,16 @@ openssl s_client -showcerts -connect $registry_address:$registry_port < /dev/nul # bash ./set-ca.sh ``` +=== Error response from daemon + +``` +docker: Error response from daemon: Get https://registry.vlabs.uniwa.gr:5080/v2/: dial tcp: lookup registry.vlabs.uniwa.gr on [::1]:53: read udp [::1]:56425->[::1]:53: read: connection refused. +``` + +Try again! + + + Happy coding :-)