From 90a80177b4b6928a3257922b39decf9bbe93b6ef Mon Sep 17 00:00:00 2001 From: timfeirg Date: Mon, 12 Dec 2016 15:39:25 +0800 Subject: [PATCH] remove all mem_limit reference --- types/specs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/types/specs.go b/types/specs.go index 482d15f34..5370c2447 100644 --- a/types/specs.go +++ b/types/specs.go @@ -28,7 +28,6 @@ type Entrypoint struct { Ports []Port `yaml:"ports,omitempty,flow"` Exposes []Expose `yaml:"exposes,omitempty,flow"` NetworkMode string `yaml:"network_mode,omitempty"` - MemoryLimit int `yaml:"mem_limit,omitempty"` RestartPolicy string `yaml:"restart,omitempty"` HealthCheck string `yaml:"health_check,omitempty"` ExtraHosts []string `yaml:"hosts,omitempty,flow"`