]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - README.md
Merge pull request #87 from hallyn/2016-02-23/init
[mirror_lxcfs.git] / README.md
index 0fb2be0a12e498fdde9526f2abab2ea13ed71ca5..b307d8f91ef65f3385bd0d71692b7b5f383cc0dc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,12 +15,7 @@ In other words, it will provide an emulated `/proc` and `/sys/fs/cgroup` folder
 The recommended command to run lxcfs is:
 
     sudo mkdir -p /var/lib/lxcfs
-    sudo lxcfs -s -f -o allow_other /var/lib/lxcfs
-
- - -s is required to turn off multi-threading as libnih-dbus isn't thread safe.
- - -f is to keep lxcfs running in the foreground
- - -o allow\_other is required to have non-root user be able to access the filesystem
-
+    sudo lxcfs /var/lib/lxcfs
 
 In order to use lxcfs with systemd-based containers, you can either use
 LXC 1.1 in which case it should work automatically, or otherwise, copy