Sign inSign up

devdb/rethinkdb

By devdb

Updated almost 11 years ago

RethinkDB v1.15.2

Image
1

794

devdb/rethinkdb repository overview

DevDB RethinkDB

RethinkDB v1.15.2 - single node for development.

Quickstart

docker pull devdb/rethinkdb:latest
docker run -d --name rethinkdb -p 8080:8080 devdb/rethinkdb:latest

then point your browser to http://localhost:8080 and the RethinkDB Web UI will come up.

Warning: The data in RethinkDB is lost when the container is destroyed. If you want the data to persist, then start RethinkDB using:

docker pull devdb/rethinkdb:latest
docker run -d --name rethinkdb -p 8080:8080 -v /tmp/rethinkdb:/data devdb/rethinkdb:latest

and RethinkDB in the container will dump the data into /tmp/rethinkdb on your host machine.

Tag summary

Content type

Image

Digest

sha256:eb4b8600e

Size

140.3 MB

Last updated

almost 11 years ago

docker pull devdb/rethinkdb