Create a Docker image with RethinkDB along with dependencies for database administration (i.e. dump and restore).
- Docker version >19.03.05
To build the image:
docker build -t pathwaycommons/rethinkdb .
- Optional
- Use
--build-arg RETHINKDB_VERSION=<version>
to set Ubuntu 18.04 (bionic) RethinkDB package (default=2.3.7~0bionic
)
- Use
To run a container:
docker run -d --rm --name db -p 8080:8080 -p 28015:28015 pathwaycommons/rethinkdb-docker:latest