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

    Interface DockerEntry

    interface DockerEntry {
        address_pools: { [k: string]: unknown }[];
        cidr_v6: string;
        dataset: string | null;
        enable_image_updates: boolean;
        id: number;
        pool: string | null;
        registry_mirrors: RegistryMirror[];
    }
    Index
    address_pools: { [k: string]: unknown }[]
    cidr_v6: string
    dataset: string | null
    enable_image_updates: boolean
    id: number
    pool: string | null
    registry_mirrors: RegistryMirror[]