Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: parse component TOMLs into docker containers #39

Open
merklefruit opened this issue Oct 7, 2023 · 1 comment
Open

feat: parse component TOMLs into docker containers #39

merklefruit opened this issue Oct 7, 2023 · 1 comment
Labels
A-docker Area: dockerfile related C-feature Category: Features

Comments

@merklefruit
Copy link
Collaborator

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.

@merklefruit merklefruit added A-docker Area: dockerfile related C-feature Category: Features labels Oct 7, 2023
@roninjin10
Copy link

I want to try this if nobody else is on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docker Area: dockerfile related C-feature Category: Features
Projects
None yet
Development

No branches or pull requests

2 participants