oom_killer and oom_score_adj are available since docker-py 1.8.0. (#56012)

* oom_killer and oom_score_adj are available since docker-py 1.8.0.

* Add changelog.
This commit is contained in:
Felix Fontein
2019-05-05 12:13:55 +02:00
committed by ansibot
parent 59d20e004e
commit f692261ea0
3 changed files with 3 additions and 20 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_container - ``oom_killer`` and ``oom_score_adj`` options are available since docker-py 1.8.0, not 2.0.0 as assumed by the version check."