any one is able to authenticate in the registry.lab.example while performing the lab : containers-basics
i am getting the below error using the same credentials given in the lab
Error : loggin into "registry.lab.example.com" : invalid username/password
Hi @Zer0Cold0
This usually occurs when the lab registry isn't fully initialized, or the credentials aren't in sync. Make sure you are on the exact lab-provided username/password, verify whether the registry is reachable, try to log in using --tls-verify=false, or use the full registry address with port 5000. If this problem happens, restarting the lab environment resolves it 90% of the time
Try logging in with TLS verification disabled
"podman login --tls-verify=false registry.lab.example.com"
There are cases when a specification of port is required by the registry
"podman login registry.lab.example.com:5000"
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.