Cloud API Overview > @adpt/cloud > docker > ImageRef > familiar
docker.ImageRef.familiar property
The complete string reference for this image in familiar form, which leaves out certain fields from the reference when they are set to default values.
Signature:
readonly familiar?: string;
Remarks
This reference form is the form typically used in the Docker UI. If the ImageRef is not complete, familiar will return undefined
, as the correct familiar representation cannot be determined.
Example 1
mysql
Example 2
gcr.io/my-project/image:1.0.1