Https://github.com/docker/docker-registry adresinden alınan görüntüyü kullanarak özel bir docker kayıt defteri kurmaya çalışıyorum
Sadece koşarak:
docker run -p 5000:5000 registry
Bu depodan / depoya yalnızca localhost'tan çekebilir / itebilirim, ancak başka bir makineden erişmeye çalışırsam (aynı LAN'da özel bir adres kullanarak) hata mesajı vererek başarısız olur:
*2014/11/03 09:49:04 Error: Invalid registry endpoint https ://10.0.0.26:5000/v1/':
Get https:// 10.0.0.26:5000/v1/_ping: Forbidden. If this private
registry supports only HTTP or HTTPS with an unknown CA certificate,
please add `--insecure-registry 10.0.0.26:5000` to the daemon's
arguments. In the case of HTTPS, if you have access to the registry's
CA certificate, no need for the flag; simply place the CA certificate
at /etc/docker/certs.d/10.0.0.26:5000/ca.crt*
Beni çıldırtan şey şudur:
curl 10.0.0.26:5000
ve / veyacurl 10.0.0.26:5000/v1/search
--insecure-registry
Bayrağı nerede ve nasıl geçirmem gerektiğini de anlamıyorum .