Skip to content

PathwayCommons/rethinkdb-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Docker image that provides a RethinkDB database

Resources

Stars

Watchers

Forks

Packages

No packages published