docs: fix typo

This commit is contained in:
Hubert 2015-09-16 17:01:26 +02:00
parent f19e34ff16
commit dff3fd240d
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ func getPidForContainer(id string) (int, error) {
filepath.Join(cgroupRoot, cgroupThis, id, "tasks"),
// With more recent lxc versions use, cgroup will be in lxc/
filepath.Join(cgroupRoot, cgroupThis, "lxc", id, "tasks"),
// With more recent dockee, cgroup will be in docker/
// With more recent docker, cgroup will be in docker/
filepath.Join(cgroupRoot, cgroupThis, "docker", id, "tasks"),
}