moby--moby/container
Yong Tang 6102243692 Add `--cpus` support for `docker update`
This fix tries to address the issue raised in 31032 where it was
not possible to specify `--cpus` for `docker update`.

This fix adds `--cpus` support for `docker update`. In case both
`--cpus` and `--cpu-period/--cpu-quota` have been specified,
an error will be returned.

Related docs has been updated.

Integration tests have been added.

This fix fixes 31032.

This fix is related to 27921, 27958.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-04-06 15:40:12 -07:00
..
stream Resolve race conditions in attach API call 2017-02-01 09:01:36 +00:00
archive.go
container.go Check parameter --ip --ip6 --link-local-ip in 2017-02-23 14:13:55 +08:00
container_linux.go
container_notlinux.go
container_unit_test.go
container_unix.go Add `--cpus` support for `docker update` 2017-04-06 15:40:12 -07:00
container_windows.go Add missing resources to update block for Windows containers 2017-03-07 16:25:17 -08:00
env.go
env_test.go api: clarify that Env var without `=` is removed from the environment 2017-03-08 04:27:25 +00:00
health.go
history.go
memory_store.go
memory_store_test.go
monitor.go
mounts_unix.go
mounts_windows.go
state.go
state_solaris.go
state_test.go
state_unix.go
state_windows.go
store.go