compose/pkg
Lance Chen 1191023fb6 Propagate GroupAdd from ServiceConfig to HostConfig
The `group_add` key is parsed correctly from a compose file, but it is not
passed into the `ContainerCreate` API call, thus the configuration does
not take effect. This commit fixes the issue by propagating the
configuration from Docker compose's ServiceConfig to Docker container's
HostConfig.

Signed-off-by: Lance Chen <hello@lancechen.tw>
2021-12-17 15:08:14 +01:00
..
api Merge pull request #9004 from ndeloof/cp_stopped 2021-12-14 14:27:51 +01:00
compose Propagate GroupAdd from ServiceConfig to HostConfig 2021-12-17 15:08:14 +01:00
e2e Fix output redirection on command run 2021-12-15 15:10:22 +01:00
mocks Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
progress stop time.Ticker after use 2021-09-30 17:09:49 +02:00
prompt move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
utils Move compose e2e tests into pkg 2021-06-28 08:47:58 +02:00