Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

$DockerRepository

the repository string of a specified Docker Repository secure resource

Script usage:

$DockerRepository([resource])

Parameters:

NameDescription
resourceThe name of the Docker Repository resource. (Default: $DockerRepositoryResource).

Example:


# Get the Docker repository string based on the value in $DockerRepositoryResource (ex: proget.mycompany.com/internal-docker/my-docker-repository)
$DockerRepository

# Get the Docker repository based on Docker Repository Resource
$DockerRepository($DockerRepositoryResource);