@truenas/api-client
    Preparing search index...

    Interface ContainerCreate

    interface ContainerCreate {
        autostart?: boolean;
        capabilities_policy?: "DEFAULT" | "ALLOW" | "DENY";
        capabilities_state?: { [k: string]: boolean };
        cpuset?: string | null;
        idmap?:
            | v26_0_0.DefaultIdmapConfiguration
            | v26_0_0.IsolatedIdmapConfiguration
            | null;
        image: v26_0_0.ContainerCreateImage;
        init?: string;
        initdir?: string
        | null;
        initenv?: { [k: string]: string };
        initgroup?: string | null;
        inituser?: string | null;
        name: string;
        pool?: string | null;
        shutdown_timeout?: number;
        time?: v25_10_0.Time;
        uuid?: string | null;
    }
    Index
    autostart?: boolean
    capabilities_policy?: "DEFAULT" | "ALLOW" | "DENY"
    capabilities_state?: { [k: string]: boolean }
    cpuset?: string | null
    init?: string
    initdir?: string | null
    initenv?: { [k: string]: string }
    initgroup?: string | null
    inituser?: string | null
    name: string
    pool?: string | null
    shutdown_timeout?: number
    time?: v25_10_0.Time
    uuid?: string | null