Signed-off-by: Daniel Nephin <dnephin@docker.com>
This fix migrates TestAPIUpdateContainer from integration-cli to api tests Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Fixes an issue where if cpu quota/period is sent via the update API, the values are updated in the stored container data but not actually sent to the running container. Signed-off-by: Brian Goff <cpuguy83@gmail.com>