I’m getting an error when running the LiteFS example from Getting Started with LiteFS on Fly.io · Fly Docs locally. I was able to deploy successfully, but want to also test things out for local development.
Repro:
git clone https://github.com/superfly/litefs-example && cd litefs-example
docker build -t litefs .
docker run -it litefs
Outputs:
config file read from /etc/litefs.yml
[...]
mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first
cannot init file system: cannot open file system: fusermount: exit status 1
cannot acquire lease or find primary, retrying: fetch primary url: Get "http://127.0.0.1:8500/v1/kv/litefs/primary": dial tcp 127.0.0.1:8500: connect: connection refused
Note: M1 Mac