mirror of
https://github.com/docker/compose.git
synced 2025-11-16 11:50:07 +01:00
This commit introduces WithMaxConcurrency and WithDryRun to replace direct mutators on composeService commands and flags are translated into a set of functional parameters which are eventually applied as a ComposeService is created just before being actually used by a command Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>