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

Allow to specify service to start from docker compose. #295

Open
malylemireflo opened this issue Jun 5, 2023 · 0 comments
Open

Allow to specify service to start from docker compose. #295

malylemireflo opened this issue Jun 5, 2023 · 0 comments

Comments

@malylemireflo
Copy link

malylemireflo commented Jun 5, 2023

For now I've managed to select started services like this

PropertyInfo finfo = typeof(DockerComposeCompositeService).GetProperty("Config", bindingFlags)!;

var config = (DockerComposeConfig)finfo.GetValue(svc);

config.Services = config.Services.ArrayAdd("myservice");

Can a fluent service management be added to the builder?
Thanks
@mariotoffia mariotoffia added this to To do in FluentDocker via automation Jul 2, 2023
@mariotoffia mariotoffia added this to the 3.0.0-RELEASE milestone Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
FluentDocker
  
To do
Development

No branches or pull requests

2 participants