Skip to content

Commit

Permalink
Merge pull request sous-chefs#687 from CVTJNII/fix_swap_documentation
Browse files Browse the repository at this point in the history
Note that -1 disables the swap limit, not swap itself
  • Loading branch information
tas50 committed Mar 29, 2016
2 parents fa645a3 + f4cb6c1 commit 69d0811
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 69d0811

Please sign in to comment.