MCPcopy
hub / github.com/caprover/caprover / ServerDockerInfo

Interface ServerDockerInfo

src/models/ServerDockerInfo.ts:1–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ServerDockerInfo {
2 nodeId: string
3 type: 'manager' | 'worker'
4 isLeader: boolean
5 hostname: string
6 architecture: string
7 operatingSystem: string
8 nanoCpu: number
9 memoryBytes: number
10 dockerEngineVersion: string
11 ip: string
12 state: string
13 status: string
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected