]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
Add compile method to README
authorLiMing Wu <19092205@suning.com>
Tue, 7 Jan 2020 10:01:03 +0000 (18:01 +0800)
committerLiMing Wu <wu860403@gmail.com>
Tue, 7 Jan 2020 10:52:21 +0000 (18:52 +0800)
Signed-off-by: LiMing Wu <19092205@suning.com>
README.md

index d4ece851766ab9962b38fa3540ac4d41a070b0a5..e2b92eefa62e74cb1bac0ed1e89d3c31588e596b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,6 +28,17 @@ only had access to cgroups underneath it's own cgroups and thus provided
 additional safety. For systems without support for cgroup namespaces `LXCFS`
 will still provide this feature.
 
+## Building
+Build lxcfs as follows:
+
+    yum install fuse fuse-lib fuse-devel
+    git clone git://github.com/lxc/lxcfs
+    cd lxcfs
+    ./bootstrap.sh
+    ./configure
+    make
+    make install
+
 ## Usage
 The recommended command to run lxcfs is: