Skip to main content
Module

x/pipelight/src/helpers/docker/mod.ts>ContainerParams

Typescript helpers for pipelight
Latest
interface ContainerParams
import { type ContainerParams } from "https://deno.land/x/pipelight@v0.3.0/src/helpers/docker/mod.ts";

Properties

name: string
image: Pick<ImageParams, "name">
optional
networks: MountNetworkParams[]
optional
volumes: MountVolumeParams[]
optional
ports: PortParams[]
optional
envs: string[]
optional
args: Record<string, string>[]
optional
globals: Globals