Skip to content

Docker - Data Model

Context

Detailed technical specification for Data Model.

1. Default Topology / Flow

erDiagram
    Docker_CORE ||--o{ CONFIG : requires
    Docker_CORE ||--o{ STATE : writes
    CONFIG {
        string runtime_params
        string limits
    }
    STATE {
        string metric_id
        json payload
    }