Skip to main content

Use docker cli to log into Artifactory

To use private docker images stored into Artifactory, add your Artifactory credentials into docker. As docker does not support Azure AD auth. You need to create an API key.

Once logged on Artifactory, go to your profile:

Profile link

Then create an API key. It will be used as your password API Key

On your command line tool, log into docker:

docker login -u <your email> artifactory.thalesdigital.io

Enter the API key when a password is asked. Now you can pull images from Artifactory into docker.