1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router/container
Qiang Huang 8799c4fc0f 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>
2015-12-28 19:19:26 +08:00
..
backend.go Implemet docker update command 2015-12-28 19:19:26 +08:00
container.go Implemet docker update command 2015-12-28 19:19:26 +08:00
container_routes.go Implemet docker update command 2015-12-28 19:19:26 +08:00
copy.go Correct the message of ErrorCodeNoSuchContainer to "No such container" 2015-12-04 15:00:08 +08:00
exec.go Move ExecConfig to types. 2015-12-22 13:31:46 -05:00
inspect.go Move versioned references of inspect functions to the daemon. 2015-11-24 14:03:39 -05:00