mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
1. It's a cgroup api, fit the general defination that we take cgroup options as kind of resource options. 2. It's common usage and very helpful as explained here: https://github.com/docker/docker/pull/18270#issuecomment-160561316 3. It's already in `Resource` struct in daemon/execdriver/driver_unix.go Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>