This repository contains Dockerfile of RethinkDB for Docker's trusted build published to the public Docker Registry.
Install Docker.
Download trusted build from public Docker Registry: docker pull dockerfile/rethinkdb
(alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/rethinkdb" github.com/dockerfile/rethinkdb)
docker run -d -p 8080:8080 -p 28015:28015 -p 29015:29015 dockerfile/rethinkdb
docker run -d -p 8080:8080 -p 28015:28015 -p 29015:29015 -v <data-dir>:/data dockerfile/rethinkdb rethinkdb --bind=all --canonical-address `curl -s ipecho.net/plain` --machine-name `hostname | sed 's/-/_/g'`
docker run -d -p 8080:8080 -p 28015:28015 -p 29015:29015 -v <data-dir>:/data dockerfile/rethinkdb rethinkdb --bind all --canonical-address `curl -s ipecho.net/plain` --machine-name `hostname | sed 's/-/_/g'` --join <first-host-ip>:29015
After few seconds, Open http://<host>:8080.
Content type
Image
Digest
sha256:3bd022531…
Size
116 MB
Last updated
almost 11 years ago
docker pull oremj/rethinkdb