containerd/server
Michael Crosby 932246b575 Place containerd inside cgroup
This adds a config option to place the `containerd` daemon process into
a cgroup so that proper resource usage and accounting can be applied.

It defaults to not being place inside a cgroup and will create a new
cgroup if the `path` does not exist in the config or join an existing
`path` if it already exists.

```toml
[cgroup]
    path = "/containerd"
```

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-08-29 15:00:27 -04:00
..
config.go Place containerd inside cgroup 2017-08-29 15:00:27 -04:00
server_linux.go Place containerd inside cgroup 2017-08-29 15:00:27 -04:00
server_solaris.go Add solaris build support 2017-08-07 12:40:21 -07:00
server_unsupported.go Merge pull request #1224 from epilatow/solaris.cc.20170719.0 2017-08-07 16:15:07 -04:00
server_windows.go Resurrect State directory 2017-08-03 09:15:53 -07:00
server.go Resurrect State directory 2017-08-03 09:15:53 -07:00