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

pull/47348/head
Eugene Zvyagintsev 6 years ago committed by ansibot
parent f13091d142
commit 4c2efa4b67

@ -242,7 +242,7 @@ options:
memory_swappiness: memory_swappiness:
description: description:
- Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100. - 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: name:
description: description:
- Assign a name to a new container or match an existing container. - Assign a name to a new container or match an existing container.

Loading…
Cancel
Save