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

    Interface DockerContainerRunOptions

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

    Properties

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