doc(quick-start): add note for known issues (#194)

doc: update quick-start
This commit is contained in:
Rom Grk 2022-07-08 04:25:24 -04:00 committed by GitHub
parent c5c143525c
commit 1c81bfa66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -22,6 +22,9 @@ Dragonfly DB will answer to both `http` and `redis` requests out of the box!
You can use `redis-cli` to connect to `localhost:6379` or open a browser and visit `http://localhost:6379`
**NOTE**: On some configurations, running with the `docker run --privileged ...` flag can fix some
initialization errors.
## Step 2
Connect with a redis client
@ -41,7 +44,14 @@ OK
Continue being great and build your app with the power of DragonflyDB!
### More Build Options
## Known issues
#### `Error initializing io_uring`
This likely means your kernel version is too low to run DragonflyDB. Make sure to install
a kernel version that supports `io_uring`.
## More Build Options
- [Docker Compose Deployment](/contrib/docker/)
- [Kubernetes Deployment with Helm Chart](/contrib/charts/dragonfly/)
- [Build From Source](/docs/build-from-source.md)
- [Build From Source](/docs/build-from-source.md)