This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 191
Error when using sysctls #445
Labels
Comments
Hey @vdemeester this is blocking us adding support in Kubernetes / Kompose / Docker Compose. Do you think we could add sysctl support to libcompose? (it's already added to docker/cli but not to docker/libcompose) |
@cdrage yep, it is supported by compose (https://docs.docker.com/compose/compose-file/#sysctls) so libcompose should support it 👼 |
@vdemeester Nope, doesn't seem to work. Same problem as in the original description of this issue, using the latest libcompose:
EDIT: Ah, I saw what you meant. Okay, I'll see if I have some free time this sprint and push a fix to add sysctls. |
@cdrage I meant we need to add support for it in libcompose 👼 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If my docker-compose file contains
sysctls
directive, I get this error.The text was updated successfully, but these errors were encountered: