cancel
Showing results for 
Search instead for 
Did you mean: 
Zer0Cold0
Cadet
Cadet
  • 75 Views

containers-basics lab / invalid username/password

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

1 Reply
  • 48 Views

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"

 

 

Join the discussion
You must log in to join this conversation.