Questions tagged [docker-proxy]
15 questions
83
votes
30 answers
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: Service Unavailable. IN DOCKER , MAC
I am having this issue
system3:postgres saurabh-gupta2$ docker build -t postgres .
Sending build context to Docker daemon 38.91kB
Step 1/51 : FROM registry.access.redhat.com/rhel7/rhel
Get https://registry.access.redhat.com/v2/: Service…

Himanshu sharma
- 7,487
- 4
- 42
- 75
4
votes
1 answer
EOF error while pulling images from docker
I am getting following error for
docker pull openjdk
Using default tag: latest
Pulling repository docker.io/library/openjdk
Error while pulling image: Get https://index.docker.io/v1/repositories/library/openjdk/images: EOF
I have set HTTP_PROXY…

Ashish Prabhune
- 451
- 2
- 5
- 6
2
votes
1 answer
Google Compute engine (GCE) and docker HTTP_PROXY HTTPS_PROXY address
I am new to Google compute engine VM with docker, having a problem connecting some domains from inside containers. But able to connect those domains from the GCP CE VM instance. Any idea about this? also, can you let me know where I can find those…

Saddam Hossain
- 29
- 3
2
votes
0 answers
How to kill running "invisible" containers?
I installed docker using snap (during the install process of 22.04) and it was working fine, and all my containers were spun up using docker run ...
This was until I installed docker-compose using apt later on. When I attempted to bring up…

hedche
- 56
- 4
2
votes
1 answer
Cannot connect to docker port forwarding any port
OS: Ubuntu 20.04 LTS
Docker version 20.10.7, build 20.10.7-0ubuntu1~20.04.2
Tried this (minimal way to reproduce), the previous day it works normally:
docker run --name nginx1 -p 8089:80 -d nginx:alpine
Works normally:
docker ps
CONTAINER ID …

Kokizzu
- 24,974
- 37
- 137
- 233
2
votes
1 answer
Can't delete images from a Docker proxy / mirror / cache registry
Running the registry:2 image via docker-compose 1.27.4, docker itself is at 19.03.13.
The registry is configured as a "pull through cache", also referred to as "proxy" or "mirror" by some. The setup is very basic and follows the official…

zb226
- 9,586
- 6
- 49
- 79
1
vote
0 answers
I am unable to pull a Docker image bigger than 1GB due to two errors `Retrying in 1 second` and `expected HTTP 206 from byte range request`
I have this same problem referred to the question Docker pull gives expected HTTP 206 from byte range request.
I tried to pull raabf/latex-versions:latest. It has 1.89GB. I ran the command docker pull [censored-company-address]/raabf/latex-versions.…

Oo'-
- 203
- 6
- 22
1
vote
0 answers
dockerd with userland-proxy set to false
Configured docker daemon with --iptables=true and --userland-proxy=false.
With that no more docker-proxy processes.
But, containers on the host can't talk with each other through the host IP and forwarded port on host.
This seems to be expected. But…

Ram
- 1,153
- 4
- 16
- 34
0
votes
1 answer
Google Compute Engine: Can't access running Docker container through http request
So I have this running container on GCE and all requests from the outside fail to connect.
if I do docker ps --all i get:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS …

Juan Ignacio Marquez
- 54
- 4
0
votes
1 answer
Unable to pull image via GitLab Dependency Proxy
I’m unable to pull image via Dependency Proxy. I login to proxy with : docker login my.gitlab.com then with below command pull docker image
my.gitlab.com:443/groups/mygroup/dependency_proxy/containers/busybox:latest
but get this error: Error…

Mohammad Reza Mousavi
- 894
- 1
- 10
- 18
0
votes
1 answer
Docker-proxy not working on linux mint 20
run default image
# docker run -d --rm -p 8080:80 nginx
Test (linuxmint 20 | Docker version 19.03.12, build 48a66213fe):
~# curl --verbose http://127.0.0.1:8080/todos
* Trying 127.0.0.1:8080...
* TCP_NODELAY set
* Connected to 127.0.0.1…

Kirill Nay
- 3
- 1
- 2
0
votes
2 answers
Minikube / Docker proxy is using port 80
I am using minikube in no-driver mode ( sudo minikube start --vm-driver none ) and I can't free port 80.
With
sudo netstat -nlplute
I get:
tcp 0 0 192.168.0.14:2380 0.0.0.0:* LISTEN 0 58500 …

Juliatzin
- 18,455
- 40
- 166
- 325
0
votes
1 answer
Certificate issue while trying to pull docker image
Get https://registry.access.redhat.com/v1/_ping: proxyconnect tcp: x509: cannot validate certificate for xx.xx.xx.xx because it doesn't contain any IP SANs
We are running docker in RHEL7 VM in IBM cloud. The VM is sitting behind a proxy server. We…

Sibaprasad Maiti
- 507
- 8
- 19
0
votes
0 answers
cannot use docker with proxy in win10
I want to use Docker in win10 with a proxy for that I use GUI to set a proxy in the settings, I add this:
http://127.0.0.1:9090
but it won't work it always returns the same error
docker login
WARNING: Error loading config file:…

max
- 5,963
- 12
- 49
- 80
0
votes
1 answer
Conflict between docker-proxy and nginx
I want to run a dockerized nginx on port 443 (https), but this seems to be taken by the docker-proxy.
Why is this, and can I do someting about it?
EDIT
The same conflict happens with the http port (80)

blueFast
- 41,341
- 63
- 198
- 344