"Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: tls: first record does not look like a TLS handshake."의 두 판 사이의 차이

 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
7번째 줄: 7번째 줄:
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: tls: first record does not look like a TLS handshake.
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: tls: first record does not look like a TLS handshake.
See 'docker run --help'.
See 'docker run --help'.
</syntaxhighlight>
<syntaxhighlight lang='ini'>
[Service]
Environment="HTTP_PROXY=http://proxy.example.com:3128"
#Environment="HTTPS_PROXY=https://proxy.example.com:3129"
Environment="HTTPS_PROXY=http://proxy.example.com:3129"
Environment="NO_PROXY=localhost,127.0.0.1,docker-registry.example.com,.corp"
</syntaxhighlight>
<syntaxhighlight lang='console'>
$ docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
c1ec31eb5944: Pull complete
...
</syntaxhighlight>
</syntaxhighlight>



2024년 10월 29일 (화) 17:48 기준 최신판

1 개요[ | ]

Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: tls: first record does not look like a TLS handshake.
$ docker run hello-world
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: tls: first record does not look like a TLS handshake.
See 'docker run --help'.
[Service]
Environment="HTTP_PROXY=http://proxy.example.com:3128"
#Environment="HTTPS_PROXY=https://proxy.example.com:3129"
Environment="HTTPS_PROXY=http://proxy.example.com:3129"
Environment="NO_PROXY=localhost,127.0.0.1,docker-registry.example.com,.corp"
$ docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
c1ec31eb5944: Pull complete
...

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}