anton-rs / op-up

Composable OP Stack Orchestration
https://stack.anton.systems
MIT License
41 stars 2 forks source link

feat: parse component TOMLs into docker containers #39

Open merklefruit opened 1 year ago

merklefruit commented 1 year ago

Once we have our stack components laid out as TOML files, we will need to parse them into concrete Docker containers in order to start running, orchestrating and monitoring them.

With Bollard, we can use the Docker::create_container() method to prepare a container for a start operation. This requires parsing all image related data along with the rest of the Config.

roninjin10 commented 1 year ago

I want to try this if nobody else is on it