Skip to main content
Latest
interface NetworkParams
import { type NetworkParams } from "https://deno.land/x/pipelight@v0.3.0/src/helpers/docker/networks/mod.ts";

Properties

name: string
optional
subnet: string
optional
driver: string
optional
args: Record<string, string>[]