skip to Main Content

Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp 192.168.65.1:3128

docker run -d --name=grafana -p 3000:3000 grafana/grafana-enterprise:9.2.0 Unable to find image 'grafana/grafana-enterprise:9.2.0' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp 192.168.65.1:3128: connect: connection refused. How to solve this? https://registry-1.docker.io/v2/ the image when tried to access from…

VIEW QUESTION

Make Docker ignore daemon.json configuration on start

Currently we have multiple docker containers(host A). We send the logs from each docker container to logger(which is runs on docker container on another server). Here is my daemon.json: { "log-driver":"gelf", "log-opts":{ "gelf-address":"tcp://10.*.*.*:12201" }, "dns":[ "10.*.*.*" ], "icc":false } The…

VIEW QUESTION

Docker daemon fails to process logs – Debian

Docker daemon is unable to parse the json log and throws an unexpected EOF error. We are investigating the root cause of the issue. Environment: Debian 4.9.189-3+deb9u2 Docker engine 19.03.5 Docker daemon log: Apr 29 14:31:05 Prod-IS dockerd[30810]: time="2020-04-29T14:31:05.070677515+02:00" level=warning…

VIEW QUESTION
Back To Top
Search