1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
Qiang Huang f133f11a7d add blkio.weight support
We can use this to control block IO weight of a container.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-05-07 11:55:58 +08:00
..
fixtures Decode container configurations into typed structures. 2015-04-15 10:22:07 -07:00
compare.go Decode container configurations into typed structures. 2015-04-15 10:22:07 -07:00
config.go Fix RUN's error msg when it fails 2015-05-05 16:08:41 -07:00
config_test.go trivial: typo cleanup 2015-04-27 13:35:08 -07:00
exec.go remove execCreate & execStart from job 2015-04-22 13:51:57 -07:00
hostconfig.go add blkio.weight support 2015-05-07 11:55:58 +08:00
merge.go trivial: typo cleanup 2015-04-27 13:35:08 -07:00
parse.go add blkio.weight support 2015-05-07 11:55:58 +08:00
parse_test.go