Docker Registry Login

Having issues logging into the local registry. I followed a couple of guides and looked through this forum. Not sure what I am missing. The regsitry does show enabled in the admin area. Just not able to connect with docker login local.gitlab:5555.

gitlab.rb

registry_external_url ‘https://local.gitlab:5555
registry_nginx[‘ssl_certificate’] = “/etc/gitlab/ssl/gitlab.local.p.crt”
registry_nginx[‘ssl_certificate_key’] = “/etc/gitlab/ssl/gitlab.local.p.key”
gitlab_rails[‘registry_enabled’] = true
gitlab_rails[‘registry_host’] = “local.gitlab”
gitlab_rails[‘registry_port’] = “5555”
gitlab_rails[‘registry_path’] = “/var/opt/gitlab/gitlab-rails/shared/registry”

Error Message

Error response from daemon: Get "https://local.gitlab:5555/v2/": error parsing HTTP 404 response body: invalid character '<' looking for beginning of value: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>openresty</center>\r\n</body>\r\n</html>\r\n"