RethinkDB Dockerfile for trusted automated Docker builds.
424
This repository contains Dockerfile of RethinkDB for Docker's automated build published to the public Docker Hub.
Install Docker.
Download automated build from public Docker Hub: docker pull node3030/rethinkdb
(alternatively, you can build an image from Dockerfile: docker build -t="node3030/rethinkdb" github.com/karantin2020/docker-rethinkdb)
docker run -d -p 8080:8080 -p 28015:28015 -p 29015:29015 node3030/rethinkdb
docker run -d -h `hostname` -p 8080:8080 -p 28015:28015 -p 29015:29015 -v <data-dir>:/data node3030/rethinkdb rethinkdb -d /data --bind all --canonical-address `curl icanhazip.com`
docker run -d -h `hostname` -p 8080:8080 -p 28015:28015 -p 29015:29015 -v <data-dir>:/data node3030/rethinkdb rethinkdb -d /data --bind all --canonical-address `curl icanhazip.com` -j <first-host-ip>:29015
After few seconds, Open http://<host>:8080.
Update rethink 11.09.2016
Content type
Image
Digest
Size
96.4 MB
Last updated
about 10 years ago
docker pull node3030/rethinkdb