This is an RethinkDB Docker image used to launch a RethinkDB service on Nanobox. To use this image, add a data component to your boxfile.yml
with the nanobox/rethinkdb
image specified:
data.db:
image: nanobox/rethinkdb:2.3
The following RethinkDB options are configurable in your boxfile.yml
When configuring a RethinkDB component in your boxfile.yml
, you can specify which version to use by appending the version to the image path with a :
. The following version(s) are available:
Note: Due to version compatibility constraints, RethinkDB versions cannot be changed after the component is created. To use a different version, you'll have to create a new RethinkDB component.
# default setting
data.db:
image: nanobox/rethinkdb:2.3
One of the many benefits of using RethinkDB is that it doesn't require much configuration. The project itself is finely tuned. However we know there are settings that users may want to tweak. If there's a setting you'd like to modify that is typically handled in the default.conf
, please let us know by creating a new issue on this project.
This is a RethinkDB Docker image provided by Nanobox. If you need help with this image, you can reach out to us in the Nanobox Slack channel. If you are running into an issue with the image, feel free to create a new issue on this project.
Mozilla Public License, version 2.0