redhatdemocentral / ocp-install-demo

OpenShift Container Platform installed in fully automated and repeatable fashion on your laptop. Get started with your containerized development with a private PaaS installed in just minutes.
82 stars 60 forks source link

Docker Registry error #21

Closed steven-ellis closed 7 years ago

steven-ellis commented 7 years ago

Error: did not detect an --insecure-registry argument on the Docker daemon Solution:

 Ensure that the Docker daemon is running with the following argument:
    --insecure-registry 172.30.0.0/16

The client is RHEL 7.3 with a clean docker install.

steven-ellis commented 7 years ago

Need to add INSECURE_REGISTRY='--insecure-registry 172.30.0.0/16' to /etc/sysconfig/docker and restart docker service.

eschabell commented 7 years ago

Fixed in https://github.com/redhatdemocentral/ocp-install-demo/commit/15dc4a0c2a2049feea3641434da4d31d602ba042