1
0
mirror of https://github.com/moby/moby.git synced 2025-12-09 10:01:25 +03:00

Adding integration tests for --cgroup-parent feature.

Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
This commit is contained in:
Vishnu Kannan
2015-03-16 23:41:38 +00:00
parent f7dd1333b5
commit c7267017e9
4 changed files with 87 additions and 2 deletions

View File

@@ -72,6 +72,10 @@ Added a `RepoDigests` field to include image digest information.
**New!**
Builds can now set resource constraints for all containers created for the build.
**New!**
(`CgroupParent`) can be passed in the host config to setup container cgroups under a specific cgroup.
## v1.17
### Full Documentation