7.4K
Create a Docker image with RethinkDB along with dependencies for database administration (i.e. dump and restore).
To build the image:
docker build -t pathwaycommons/rethinkdb .
--build-arg RETHINKDB_VERSION=<version> to set Ubuntu 18.04 (bionic) RethinkDB package (default=2.3.7~0bionic)To run a container:
docker run -d --rm --name db -p 8080:8080 -p 28015:28015 pathwaycommons/rethinkdb-docker:latest
Content type
Image
Digest
sha256:8e978a4f4…
Size
239 MB
Last updated
almost 3 years ago
docker pull pathwaycommons/rethinkdb-dockerPulls:
3
Sep 7 to Sep 13