Skip to content

huahaiy/docker-rethinkdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-rethinkdb

Run RethinkDB in a docker containter. Data are stored in /data, a volume expected to be linked to a host directory.

If an environment variable BACKUP_INTERVAL is set, this container will periodically dump the database to a gzip file located in /backup, which again is expected to be linked to the host. The value of BACKUP_INTERVAL follows the format of bash sleep command, i.e. the default unit is second, m for minutes, h for hours and d for days. For example, set BACKUP_INTERVAL=1h will backup the database every hour.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages