1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
Qiang Huang f4a687334b 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 9c2ea42329)

Conflicts:
	vendor/src/github.com/docker/engine-api/types/container/host_config.go
2016-01-12 13:19:17 -05:00
..
fixtures Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
opts Change OomKillDisable to be pointer 2016-01-12 13:19:17 -05:00
compare.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
compare_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
config.go Allow user to choose the IP address for the container 2016-01-08 10:09:16 -08:00
config_test.go Allow user to choose the IP address for the container 2016-01-08 10:09:16 -08:00
config_unix.go Allow user to choose the IP address for the container 2016-01-08 10:09:16 -08:00
config_windows.go Allow user to choose the IP address for the container 2016-01-08 10:09:16 -08:00
errors.go Allow user to choose the IP address for the container 2016-01-08 10:09:16 -08:00
hostconfig.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
hostconfig_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
hostconfig_unix.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
hostconfig_windows.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
streams.go Extract StreamConfig struct out of the daemon package. 2015-11-20 15:04:27 -05:00