UNPKG

@apiclient.xyz/docker

Version:

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

8 lines (6 loc) 178 B
import { DockerNetwork } from '../classes.network.js'; export interface IContainerCreationDescriptor { Hostname: string; Domainname: string; networks?: DockerNetwork[]; }