[2.6] docker_container: fix memory_swappiness documentation (#47379)

* Documentation for docker_container: fix documentation for memory_swappiness. Default value will not equal 0, it will be inherited from the host machine (#47296)

(cherry picked from commit 4c2efa4b67)

* Add changelog.
This commit is contained in:
Felix Fontein 2018-11-02 17:52:35 +01:00 committed by Alicia Cozine
parent 35f597bdde
commit f09bf0a75b
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "docker_container - fix ``memory_swappiness`` documentation."

View file

@ -213,7 +213,7 @@ options:
memory_swappiness:
description:
- Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100.
default: 0
- If not set, the value will be remain the same if container exists and will be inherited from the host machine if it is (re-)created.
name:
description:
- Assign a name to a new container or match an existing container.