mirror of https://github.com/ceph/go-ceph
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:
parent
90e5af86ef
commit
e5accf5dfc
|
@ -89,7 +89,7 @@ introduce how some of API calls work together.
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --rm -it --net=host \
|
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 ${PWD}:/go/src/github.com/ceph/go-ceph:z \
|
||||||
-v /home/nwatkins/src/ceph/build:/home/nwatkins/src/ceph/build:z \
|
-v /home/nwatkins/src/ceph/build:/home/nwatkins/src/ceph/build:z \
|
||||||
-e CEPH_CONF=/home/nwatkins/src/ceph/build/ceph.conf \
|
-e CEPH_CONF=/home/nwatkins/src/ceph/build/ceph.conf \
|
||||||
|
|
Loading…
Reference in New Issue