summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-11-18 14:48:55 -0800
committerJoffrey F <joffrey@docker.com>2015-11-18 14:48:55 -0800
commite1eefce7f9152f33ae7c49a6d7c028ef5eacfb57 (patch)
treea1480824509736ac42b53a7c605d29327ff22f63 /docs
parent9ed721957ad42680b69141f89024e19245f1305b (diff)
parent64eac0b71ce42b94e69f6968f664c4f8bb8454bf (diff)
downloaddocker-py-e1eefce7f9152f33ae7c49a6d7c028ef5eacfb57.tar.gz
Merge branch '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