diff options
| author | Joffrey F <joffrey@docker.com> | 2015-11-18 14:35:54 -0800 |
|---|---|---|
| committer | Joffrey F <joffrey@docker.com> | 2015-11-18 14:35:54 -0800 |
| commit | dfcc1d87bf4e6fb060780f18b3458811331cceba (patch) | |
| tree | a54f856932b8494acbd3bfac4d16a8c972cf6f02 /docs | |
| parent | 9ed721957ad42680b69141f89024e19245f1305b (diff) | |
| parent | 8924319631445d25b5de885ea46c651522249de0 (diff) | |
| download | docker-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.md | 1 |
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 |
