Information about the image's RootFS, including the layer IDs. ImageInspectRootFS

interface ImageInspectRootFS {
    Layers?: string[];
    Type: string;
}

Properties

Properties

Layers?: string[]
Type: string