# Login to Image Registry
For most of the examples in this documentation it is necessary for you to be logged in to the on-cluster image registry (Harbor (opens new window)) provided by the Swisscom Application Platform.
The registry web UI can be found here: https://harbor.demo.kube-plus.cloud (opens new window)
Please login either with the admin
account (ask your platform administrators) or via a Keycload / OIDC account (https://auth.demo.kube-plus.cloud (opens new window))
Once you are logged in you can go fetch the credentials / password by clicking on your username at the top-right and going to User Profile
.
From there you can copy the credentials to clipboard and then go and login for example with your local Docker CLI.
$ docker login harbor.demo.kube-plus.cloud
Username: *****
Password: *****
Login Succeeded