Skip to content

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

@malylemireflo

Description

@malylemireflo

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions