Skip to content

Commit

Permalink
Note that -1 disables the swap limit, not swap. REF: Docker #18894, D…
Browse files Browse the repository at this point in the history
…ocker #18902
  • Loading branch information
CVTJNII committed Mar 25, 2016
1 parent 723034e commit f4cb6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ Most `docker_container` properties are the `snake_case` version of the
- `mac_address` - The mac address for the container to use.
- `memory` - Memory limit in bytes.
- `memory_swap` - Total memory limit (memory + swap); set `-1` to
disable swap. You must use this with memory and make the swap value
disable swap limit (unlimited). You must use this with memory and make the swap value
larger than memory.
- `network_disabled` - Boolean to disable networking. Defaults to `false`.
- `network_mode` - Sets the networking mode for the container. One of `bridge`,
Expand Down

0 comments on commit f4cb6c1

Please sign in to comment.