diff --git a/api/types/container/host_config.go b/api/types/container/host_config.go index 1e849bfa9f..96f73e1170 100644 --- a/api/types/container/host_config.go +++ b/api/types/container/host_config.go @@ -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