Files
docker-cli/components/engine/daemon
Qiang Huang 410757a181 Change OomKillDisable to be pointer
It's like `MemorySwappiness`, the default value has specific
meaning (default false means enable oom kill).

We need to change it to pointer so we can update it after
container is created.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
(cherry picked from commit 9c2ea42329179c589f5a8991ccf0253eb10fc897)

Conflicts:
	vendor/src/github.com/docker/engine-api/types/container/host_config.go
Upstream-commit: f4a687334b1d026c84809fd005e1a82225d1c86f
Component: engine
2016-01-12 13:19:17 -05:00
..
2016-01-03 23:03:39 +01:00
2016-01-11 12:25:34 -05:00
2016-01-03 23:03:39 +01:00
2016-01-07 14:10:42 -05:00
2015-12-16 11:58:52 -08:00
2015-12-03 17:39:49 +01:00
2016-01-07 14:10:42 -05:00
2015-12-13 18:04:12 +02:00
2016-01-07 14:10:42 -05:00
2016-01-07 14:10:42 -05:00
2015-12-30 17:39:33 -05:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver