Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for docker's sysctl option #205

Open
chilicheech opened this issue Sep 25, 2020 · 0 comments
Open

Please add support for docker's sysctl option #205

chilicheech opened this issue Sep 25, 2020 · 0 comments

Comments

@chilicheech
Copy link
Contributor

Docker has a --sysctl option and docker-compose has a sysctls option to adjust sysctl options of the container. It would be awesome if the dokken driver would accept a sysctls option, similar to how docker-compose does. When I do a docker inspect on a running container the sysctl options show up under:

{
    "HostConfig": {
        "Sysctls": {
            "net.core.somaxconn": "1024"
        },
    }
}

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants