1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/container
Lei Jitang 92394785fa Fix update memory without memoryswap
The memory should always be smaller than memoryswap,
we should error out with message that user know how
to do rather than just an invalid argument error if
user update the memory limit bigger than already set
memory swap.

Signed-off-by: Lei Jitang <leijitang@huawei.com>
2016-08-08 18:36:03 +08:00
..
archive.go
container.go Merge pull request #23542 from mavenugo/aliases 2016-06-15 16:18:50 -04:00
container_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
container_unit_test.go
container_unix.go Fix update memory without memoryswap 2016-08-08 18:36:03 +08:00
container_windows.go daemon: allow tmpfs to trump over VOLUME(s) 2016-06-15 16:01:51 +02:00
health.go Treat HEALTHCHECK NONE the same as not setting a healthcheck 2016-07-25 11:11:14 -04:00
history.go Release memoryStore locks before filter/apply 2016-05-23 11:45:04 -07:00
memory_store.go Release memoryStore locks before filter/apply 2016-05-23 11:45:04 -07:00
memory_store_test.go
monitor.go *: fix logrus.Warn[f] 2016-06-11 19:42:38 +02:00
mounts_unix.go
mounts_windows.go
state.go fix typos 2016-07-05 20:42:17 +08:00
state_solaris.go Fix race on force deleting container created by task 2016-06-14 16:49:04 -07:00
state_test.go Fix race on force deleting container created by task 2016-06-14 16:49:04 -07:00
state_unix.go Fix race on force deleting container created by task 2016-06-14 16:49:04 -07:00
state_windows.go Fix race on force deleting container created by task 2016-06-14 16:49:04 -07:00
store.go