saidwebdev

Cadet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022
10:09 AM
- 1,746 Views
DO 180: error: unable to pull registry.redhat.io/rhel8/http-24
Hello,
i had an issue during the course DO 180 at starting a container image with podman using the command:
podman run -d -p 8080 registry.redhat.io/rhel8/httpd-24
I got an authentication error with the messages:
"unable to retrieve auth token: invalid username/password: unauthorized"
and "error: unable to pull registry.redhat.io/rhel8/http-24"
I resolved this issue by loging in to "registry.redhat.io" using the command:
podman login registry.redhat.io
More informaton are in this page: https://access.redhat.com/RegistryAuthentication
0 Replies
Join the discussion
You must log in to join this conversation.