From e5accf5dfc1070a4b99148dfbb047fd1999b486d Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 12 Apr 2021 09:47:44 -0400 Subject: [PATCH] readme: no more need to document cli args needed to run fuse Signed-off-by: John Mulligan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16246b6..380ae3a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ introduce how some of API calls work together. ``` docker run --rm -it --net=host \ - --device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined \ + --security-opt apparmor:unconfined \ -v ${PWD}:/go/src/github.com/ceph/go-ceph:z \ -v /home/nwatkins/src/ceph/build:/home/nwatkins/src/ceph/build:z \ -e CEPH_CONF=/home/nwatkins/src/ceph/build/ceph.conf \