1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
Eugene Zvyagintsev 2018-10-19 13:12:28 +03:00 committed by ansibot
parent f13091d142
commit 4c2efa4b67

View file

@ -242,7 +242,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.