Cloud API Overview > @adpt/cloud > ImageId
ImageId type
An image for a Container.
Signature:
export declare type ImageId = string | Handle<DockerImageInstance>;
Remarks
See the Docker API Reference for more information.
Cloud API Overview > @adpt/cloud > ImageId
An image for a Container.
Signature:
export declare type ImageId = string | Handle<DockerImageInstance>;
See the Docker API Reference for more information.