Add --pids-limit flag to docker update

Signed-off-by: Sunny Gogoi <indiasuny000@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sunny
2017-06-12 11:52:11 +05:30
committed by Sebastiaan van Stijn
parent 774d78fcb8
commit de3a5f0fe5
4 changed files with 10 additions and 0 deletions

View File

@ -35,6 +35,7 @@ Options:
-m, --memory string Memory limit
--memory-reservation string Memory soft limit
--memory-swap string Swap limit equal to memory plus swap: '-1' to enable unlimited swap
--pids-limit int Tune container pids limit (set -1 for unlimited)
--restart string Restart policy to apply when a container exits
```