Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Enter cgroups as part of NsEnter #143

Merged
merged 6 commits into from Aug 14, 2014
Merged

Commits on Aug 13, 2014

  1. Enter cgroups while entering namespaces as part of NsEnter.

    Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
    vishh committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    ae64fd1 View commit details
    Browse the repository at this point in the history
  2. Enter cgroups as part of nsenter while using systemd.

    Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
    vishh committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    ae08910 View commit details
    Browse the repository at this point in the history
  3. Store all the cgroups paths as part of the state. This simplifies ent…

    …ering cgroups and will be useful for
    
    cleanups too in the future.
    Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
    vishh committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    ad16526 View commit details
    Browse the repository at this point in the history
  4. Update cgroups paths in state to be a map with cgroup type as key and…

    … path as value.
    
    Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
    vishh committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    97de9a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2014

  1. Cleanup systemd cgroup code

    The current paths for the different systemd cgroup subsystems that
    systemd manages and that we have to manage are very inconsistent.  This
    patch cleans up those differences and allows consistent paths to be
    used.
    
    Signed-off-by: Michael Crosby <michael@docker.com>
    Michael Crosby committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    781855b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from crosbymichael/cgroup-enter

    Cleanup systemd cgroup code
    vishh committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    86ba98b View commit details
    Browse the repository at this point in the history