UNPKG

@apiclient.xyz/docker

Version:

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

7 lines (6 loc) 99 B
/** * creates a new Network */ export interface INetworkCreationDescriptor { Name: string; }