UNPKG

@apiclient.xyz/docker

Version:

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

7 lines (5 loc) 92 B
export interface IPort { PrivatePort: 80; Type: 'tcp'; } export type TPorts = IPort[];