ドッカーツールボックスがインストールされていて、プライベートレジストリに接続しようとしています。ドッカープル/プッシュが安全でないレジストリで動作しない
私は成功し、レジストリにログインすることができています/var/lib/boot2docker/profile
EXTRA_ARGS='
--label provider=virtualbox --insecure-registry http://myregistry.com:80
'
に以下を追加しました。しかし、私がプル/プッシュ/レジストリにしようとすると、私は次のエラーが表示されます。
Error response from daemon: unable to ping registry endpoint
https://myregistry.com:80/v0/ v2 ping attempt failed with error: Get
https://myregistry.com:80/v2/: tls: oversized record received with
length 20527 v1 ping attempt failed with error: Get
https://myregistry.com:80/v1/_ping: tls: oversized record received
with length 20527
助けてください。おかげ
おかげ@VonCを働きました。問題は、ログインすると「http://」を使用し、プルすると「https://」が使用されることです。なぜ私は分からない。私は何が欠けているのか分からない。 –
@ShriramSharmaこれは、https://github.com/docker/distribution/issues/1028#issuecomment-148958771とhttps://github.com/docker/docker/issues/17317を思い出させますが、nginxはありませんあなたの設定で、あなたは? – VonC
いいえ私はnginxを持っていません –