Cloud API Overview > @adpt/cloud > docker > ImageRefData > domain
docker.ImageRefData.domain property
Hostname and optional port number of the container image registry where this image is located.
Signature:
domain?: RegistryString;
Example 1
docker.io
Example 2
localhost:5000