# Docker Registry
A Docker registry for Security Services has been created to pull Docker images for each release. The Docker registry is access protected and you need to log in to the Docker registry before pulling Docker images.
The following details how to push and pull Docker images:
- Log in to the Docker registry using the command
docker login securityservicesrelease.azurecr.io
which will prompt for username and password.
TIP
Enable Username and Password UserName & Password will be enabled for each BL from the Security Services Digital Team on request. The username will be an ABB email address and password will be an ABB domain password.
- Alternatively, you can execute on the command line in a non-interactive fashion:
docker login -u {YourUserName} -p {YourPassword}
securityservicesrelease.azurecr.io
TIP
The {YourUserName} should be replaced with username provided and {YourPassword} should be replaced with password provided.