m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-14 08:03:48 -05:00

feat: show which containers use a specific image

This commit is contained in:
Sergio
2025-05-10 09:28:28 +03:00
parent eaf2cd7881
commit ddd514ffa0
9 changed files with 83 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ export interface Image {
};
time: number;
server: string | null;
in_use: boolean | null;
used_by: string[];
}
interface VersionInfo {