anton-rs / op-up

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

feat: initial composer setup #40

Closed merklefruit closed 11 months ago

merklefruit commented 11 months ago

Creates an op-composer crate that hosts the Composer struct.

We will use this crate to manage all our interactions with the Docker API through Bollard.

This setup includes the ability to list, start and stop containers that are part of the op-up project.