Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 732 Bytes

File metadata and controls

34 lines (27 loc) · 732 Bytes

Repository Commands

Sub-command Description
list List the repositories in a registry

List

Returns the list of repositories from the specified registry.

Note: Not supported for Docker Hub.

dredge repo list <registry>

Example:

dredge repo list mcr.microsoft.com
[
  "acc/samples/acc-perl",
  "acc/samples/attestation-inproc",
  "acc/samples/attestation-outproc",
  "acc/samples/attested-tls-inproc",
  "acc/samples/attested-tls-outproc",
--- <cut> ---
  "windows/servercore/iis",
  "windows/servercore/iis/insider",
  "windows/servercore/insider",
  "windowsprotocoltestsuites",
  "wwllab/skills/skills-extractor-cognitive-search"
]