Hey everyone, I am trying to learn Containers through the DO188 course but struggly to run images using podman in the lab environment for the D0188 course. I was able to complete Ch1 and Ch2 labs successfully. What could be causing this issue?
Or use a repository where login is not needed:
registry.access.redhat.com
podman run --platform=linux/amd64 registry.access.redhat.com/ubi8
podman run registry.access.redhat.com/ubi8
podman run --platform=linux/amd64 registry.access.redhat.com/ubi8/httpd-24
ubiX images are free for download
https://access.redhat.com/articles/RegistryAuthentication
Or create a local registry;
https://www.redhat.com/en/blog/simple-container-registry
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.