Skip to main content

Use a robot account

After creating a robot account, you can use its credentials to perform Docker operations with the configured permissions (pull/push). Robot accounts are ideal for use in CI/CD pipelines and automated environments.

Use the token copied from the Portal or from an exported file to log in:

Use token for docker login

Verify the credentials using the docker login command:

docker login result with robot account

After logging in, use docker pull or docker push to verify the configured permissions.

note

If the robot account is deleted, disabled, or the token has expired, docker login, docker pull, or docker push will return an "unauthorized to access repository" error.