Comment 4 for bug 1832220

Revision history for this message
Tee Ngo (teewrs) wrote :

This is an old build which does not have the fix for private registry which was merged on May 30th and is available in May 31st build onward.

Please upgrade to latest master build. To provision a unified private registry, add the the following to host override file (i.e. localhost.yml)

docker_registries:
  unified: <ip-or-domain-name>

If this registry is insecure, add the following line to the override file:

is_secure_registry: True