Cloud API Overview > @adpt/cloud > docker > RegistryString
docker.RegistryString type
A string that references a Docker registry that contains a hostname and may optionally contain a port and/or path.
Signature:
export declare type RegistryString = string;
Remarks
This string is in the form of one of:
hostname[:port]
hostname[:port]/path
This form does not include the protocol, such as http:
or https:
in the string.