summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-11-18 14:35:54 -0800
committerJoffrey F <joffrey@docker.com>2015-11-18 14:35:54 -0800
commitdfcc1d87bf4e6fb060780f18b3458811331cceba (patch)
treea54f856932b8494acbd3bfac4d16a8c972cf6f02 /docs
parent9ed721957ad42680b69141f89024e19245f1305b (diff)
parent8924319631445d25b5de885ea46c651522249de0 (diff)
downloaddocker-py-dfcc1d87bf4e6fb060780f18b3458811331cceba.tar.gz
Merge branch 'oom-kill-disable-pr' of https://github.com/schu/docker-py into schu-oom-kill-disable-pr
Diffstat (limited to 'docs')
-rw-r--r--docs/hostconfig.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hostconfig.md b/docs/hostconfig.md
index 40accce..6b28be6 100644
--- a/docs/hostconfig.md
+++ b/docs/hostconfig.md
@@ -72,6 +72,7 @@ for example:
* port_bindings (dict): Port bindings. See [Port bindings](port-bindings.md)
for more information.
* lxc_conf (dict): LXC config
+* oom_kill_disable (bool): Whether to disable OOM killer
* publish_all_ports (bool): Whether to publish all ports to the host
* links (dict or list of tuples): either as a dictionary mapping name to alias
or as a list of `(name, alias)` tuples