@ac-essentials/cli
    Preparing search index...

    Interface DockerContainerRunOptions

    interface DockerContainerRunOptions {
        detach?: boolean;
        env?: Record<string, string | number | bigint | boolean | null>;
        name?: string;
        publish?: string[];
    }
    Index

    Properties

    detach?: boolean
    env?: Record<string, string | number | bigint | boolean | null>
    name?: string
    publish?: string[]