Browse a Linked Docker Registry

As you browse a registry, you can see its repositories and images, download its image manifest file, copy push and pull commands, and delete an image tag.

To browse a linked Docker registry's repository, select it from the Docker Registry drop-down list.
Action How To

View images of a repository

Open the Docker registry repository and click the repository name. To view tags of an image, click an image tag.

Download the repository's image manifest

  1. Open the Docker registry repository.

  2. In Image Tags, click the image tag.

  3. On the right side, in the Info section of Tag Details, click Download the Download icon.

  4. Save the file to your computer.

Copy pull and push commands

You use the docker pull command to get images of a repository. To upload images to the repository, you use the docker push command. You can use these commands to configure a build job that connects to the Docker registry.

To copy the push and pull commands:

  1. Open the Docker registry repository.

  2. In Image Tags, click the image tag.

  3. On the right side, in the Docker Command section, pull and push commands are displayed.

    In the Pull tab, click Copy Copy to copy the docker pull commands to the clipboard.

    In the Push tab, click Copy Copy to copy the docker push commands to the clipboard.

Delete an image tag

  1. Open the Docker registry repository.

  2. In Image Tags, mouse over the tag you want to delete, and click Delete.

  3. In the Confirm Delete dialog, select the I understand that my selected tag will be permanently deleted check box, and click Yes.