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

Add ulimits support to docker service and docker stack deploy (carry 2660) #2712

Merged
merged 3 commits into from
Sep 10, 2020

Commits on Sep 10, 2020

  1. opts/UlimitOpt: sort lists by name

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    866e4b1 View commit details
    Browse the repository at this point in the history
  2. Add ulimits option to docker service create/update/inspect

    This is related to moby/moby 40639.
    
    Signed-off-by: Albin Kerouanton <albin@akerouanton.name>
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    akerouanton authored and thaJeztah committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    a9158bd View commit details
    Browse the repository at this point in the history
  3. Support ulimits in docker stack deploy

    This is related to moby/moby 40639.
    
    Signed-off-by: Albin Kerouanton <albin@akerouanton.name>
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    akerouanton authored and thaJeztah committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9409079 View commit details
    Browse the repository at this point in the history