Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 636 Bytes

README.md

File metadata and controls

25 lines (11 loc) · 636 Bytes

rethinkdb-docker

Create a Docker image with RethinkDB along with dependencies for database administration (i.e. dump and restore).

Required software

  • Docker version >19.03.05

Running via Docker

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)

To run a container:

docker run -d --rm --name db -p 8080:8080 -p 28015:28015 pathwaycommons/rethinkdb-docker:latest