Skip to content

dt registry exists

Overview

Check if an image exists

Synopsis

dt registry exists  <name> [<tag>] [<version>] 

Arguments

  • name (required)
    Type: String
    Name of the image

  • tag (optional)
    Type: String
    Tag of the image

  • version (optional)
    Type: String
    Version of the image

Examples

Check if an image exists

dt registry exists [name]

Check if an image with specific tag exists

dt registry exists [name] [tag]

Check if an image with specific tag and version exists

dt registry exists [name] [tag] [version]

SEE ALSO

← Back to dt registry