diff options
Diffstat (limited to 'package/lxc')
-rw-r--r-- | package/lxc/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/lxc/Config.in b/package/lxc/Config.in index 22aa813197..d90e78857a 100644 --- a/package/lxc/Config.in +++ b/package/lxc/Config.in @@ -6,9 +6,10 @@ config BR2_PACKAGE_LXC depends on !BR2_STATIC_LIBS depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # setns() system call help - Linux Containers (LXC), provides the ability to group and isolate - of a set of processes in a jail by virtualizing and accounting the - kernel resources. It is similar to Linux-Vserver or Openvz. + Linux Containers (LXC), provides the ability to group and + isolate of a set of processes in a jail by virtualizing and + accounting the kernel resources. It is similar to + Linux-Vserver or Openvz. https://linuxcontainers.org/ |