Skip to content

Pulling an Image

Registry1 does not allow for anonymous image pulls. You must use your CLI secret to login. You can find this under your User Profile in Registry1.

Docker Login Command

docker login -u <username> -p <cli-secret> registry1.dso.mil

Docker Pull Command

docker pull registry1.dso.mil/ironbank/path/to/image:tag