interface Container {
    error?: string;
    host?: string;
    name?: string;
    options?: NewContainerOptions;
    port?: number;
}

Properties

error?: string
host?: string
name?: string
port?: number
MMNEPVFCICPMFPCPTTAAATR