UNPKG

@apiclient.xyz/docker

Version:

Provides easy communication with Docker remote API from Node.js, with TypeScript support.

5 lines (4 loc) 87 B
export interface IImageCreationDescriptor { imageUrl: string; imageTag?: string; }