Skip to main content

Accessing Repositories

Browse Docker repositories in the user interface and inspect the components and assets and their details as documented in Browsing Repositories and Repository Groups.

When using the docker command line client, the structure for commands is as follows:

docker <command> <nexus-hostname>:<https-repository-port>/<namespace>/<image>:<tag>
docker search <nexus-hostname>:<https-repository-port>/<search-term>
  • command

    docker commands such as push or pull

  • nexus-hostname

    IP number or hostname of the repository

  • https-repository-port

    The https port in the repository connector configuration

  • namespace

    the optional namespace of the specific image reflecting the owner, if left out this will silently default to /library and utilize Docker Hub

  • image

    the name of the Docker image

  • tag

    the optional tag of the image, defaulting to latest when omitted

  • search-term

    the search term or name of the image to search for