Specify a registry

Hello,

I am using Docker version 18.06.0-ce on Win 10 Enterprise.

I am getting the error message below:

$ docker pull registry.connect.redhat.com/rhel-minimal/images/7.5-413
Using default tag: latest
Error response from daemon: Get https://registry.connect.redhat.com/v2/rhelminimal/images/7.5-413/manifests/latest: unauthorized: Invalid username or password

  1. Where do I need to specify my username/password and registry address in order to access the registry above?

  2. The “docker info” contains the entries below. Where is that reading that information? I’ve checked config.json and daemon.json and neither have any relevant information.

Any pointers are much appreciated.

Omair

Hi

According to redhat docu:

If this command fails with the message:

  • “unauthorized: authentication required”, the image requires that you register and subscribe your system using a Red Hat account.

Im no redhat subscription guru, but i belive you can check this out:
https://access.redhat.com/documentation/en-us/red_hat_mobile_application_platform/4.3/html-single/installing_rhmap/#preparing-infrastructure-for-installation

Martin, thank you. I ended up using a different rhel 7 image and was able to make progress.

Regards.

Omair