cgroup_namespaces.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-05-07 22:42:45 +02:00
parent a531b2cf57
commit 0191a7b9a8
1 changed files with 3 additions and 3 deletions

View File

@ -160,9 +160,9 @@ It eases tasks such as container migration.
The virtualization provided by cgroup namespaces
allows containers to be isolated from knowledge of
the pathnames of ancestor cgroups.
Without such isolation,
the full cgroup pathnames would need to be replicated on the target
system when migrating a container;
Without such isolation, the full cgroup pathnames (displayed in
.IR /proc/self/cgroups )
would need to be replicated on the target system when migrating a container;
those pathnames would also need to be unique,
so that they don't conflict with other pathnames on the target system.
.IP *