When I run above cmd
podman run -d -p 8080 registry.redhat.io/rhel8/httpd-24
I got an error. unable to retrieve auth token invalid username......
Any advised?
You shall use: podman login registry.redhat.io and insert username and passoword of your red hat account.
After the login you will be able to do podman run on the remote registry.
You must run the end-of-chapter 1 lab (Guided Exercise 1.7) before you can do any other lab -- did you do that? The one that begins:
In this exercise, you will configure the workstation to access all infrastructure used by this course.
Also, did you log into registry.redhat.io before trying to pull / run an image from that registry?
Hi,
I already executed step 1.7 for sure but issue still persist.
How to log into registry.redhat.io ?
You shall use: podman login registry.redhat.io and insert username and passoword of your red hat account.
After the login you will be able to do podman run on the remote registry.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.