mirror of
https://github.com/moby/moby.git
synced 2026-07-06 14:48:57 +00:00
Support for PidsLimit was added to SwarmKit in docker/swarmkit/pull/2415, but never exposed through the Docker remove API. This patch exposes the feature in the repote API. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>