Skip to content

Commit

Permalink
Add fuse conf note to setup example.
Browse files Browse the repository at this point in the history
  • Loading branch information
casusbelli committed May 7, 2018
1 parent 9c6b457 commit e923a55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/coreos.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Create a directory to mount quobyte.
$ sudo mkdir /mnt/quobyte
```

Ensure a FUSE configuration exists at the path /etc/fuse.conf and that it contains the option `user_allow_other`. If this config does not exist run:

```
echo "user_allow_other" >> /etc/fuse.conf
```

Now mount Quobyte with Docker. If the command below fails use `-h $(hostname)` instead of `-h $(hostname -f)`.

```
Expand Down

0 comments on commit e923a55

Please sign in to comment.