Implemet docker update command

It's used for updating properties of one or more containers, we only
support resource configs for now. It can be extended in the future.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Upstream-commit: 8799c4fc0feadede6ae60e77bd7d9dfd7cc72a79
Component: engine
This commit is contained in:
Qiang Huang
2015-12-28 19:19:26 +08:00
parent a2f37707c9
commit c4af30652d
22 changed files with 728 additions and 2 deletions

View File

@ -226,7 +226,7 @@ func (s *DockerSuite) TestHelpTextVerify(c *check.C) {
}
// Number of commands for standard release and experimental release
standard := 40
standard := 41
experimental := 1
expected := standard + experimental
if isLocalDaemon {