introduce support for cgroup=host|private#292
Conversation
|
#148 (comment) lists the docker CLI allowed values which include an empty string: Would this be also needed to be carried over to the compose world? |
|
@thediveo |
|
+1 |
57ef6a0 to
3bd31a9
Compare
Signed-off-by: Nicolas De Loof <[email protected]>
|
has this been released? Which version of compose has it? I don't see it reflected in https://docs.docker.com/compose/compose-file/ |
|
Don't know the exact version but as of "Docker compose version v2.18.1" it is available. I'm now using it to slightly simplify my deployments; see here: https://github.com/thediveo/lxkns/blob/develop/README.md#quick-start |
|
This has also finally landed in the documentation: https://docs.docker.com/compose/compose-file/05-services/#cgroup |
Which issue(s) this PR fixes:
Fixes #148
see docker/compose#8167