Merge pull request #18895 from hqhq/hq_remove_dup_oomkilldisable

Remove duplicated OomKilldisable
This commit is contained in:
Vincent Demeester 2015-12-24 11:29:24 +01:00
Родитель b0be88c111 2e02077e9f
Коммит 824a865e41
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -209,7 +209,6 @@ type HostConfig struct {
IpcMode IpcMode // IPC namespace to use for the container
Links []string // List of links (in the name:alias form)
OomScoreAdj int // Container preference for OOM-killing
OomKillDisable bool // Whether to disable OOM Killer or not
PidMode PidMode // PID namespace to use for the container
Privileged bool // Is the container in privileged mode
PublishAllPorts bool // Should docker publish all exposed port for the container