readme: no more need to document cli args needed to run fuse

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-04-12 09:47:44 -04:00 committed by mergify[bot]
parent 90e5af86ef
commit e5accf5dfc
1 changed files with 1 additions and 1 deletions

View File

@ -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 \