summaryrefslogtreecommitdiff
path: root/container/container_windows.go
diff options
context:
space:
mode:
authorYash Murty <yashmurty@gmail.com>2019-04-30 15:13:08 +0700
committerYash Murty <yashmurty@gmail.com>2019-04-30 15:13:08 +0700
commita31a088665d1bcee3488b874fc0f1f056739cf22 (patch)
tree5565aac75bfde4442c08720dd474f26ab9da5e94 /container/container_windows.go
parent9a2c26374393e0f46e8f2b1e49d2dcf66b78dbb4 (diff)
downloaddocker-a31a088665d1bcee3488b874fc0f1f056739cf22.tar.gz
Remove DiskQouta field.
Signed-off-by: Yash Murty <yashmurty@gmail.com>
Diffstat (limited to 'container/container_windows.go')
-rw-r--r--container/container_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/container/container_windows.go b/container/container_windows.go
index 181750b30d..719caca4f6 100644
--- a/container/container_windows.go
+++ b/container/container_windows.go
@@ -153,7 +153,6 @@ func (container *Container) UpdateContainer(hostConfig *containertypes.HostConfi
resources.CpusetMems != "" ||
len(resources.Devices) != 0 ||
len(resources.DeviceCgroupRules) != 0 ||
- resources.DiskQuota != 0 ||
resources.KernelMemory != 0 ||
resources.MemoryReservation != 0 ||
resources.MemorySwap != 0 ||