MCPcopy Create free account
hub / github.com/Sagyam/linite / ContainerConfig

Interface ContainerConfig

scripts/validate-seed-docker.ts:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56interface ContainerConfig {
57 name: string;
58 image: string;
59 setupCommand: string;
60 validationCommand: (identifier: string) => string;
61}
62
63interface FailedPackage {
64 app: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected