Skip to content

kenjones-cisco/rqlite-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this repo

This is the Git repo for the rqlite Docker image.

rqlite

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite uses Raft to achieve consensus across all the instances of the SQLite databases, ensuring that every change made to the system is made to a quorum of SQLite databases, or none at all. It also gracefully handles leader elections, and tolerates failures of machines, including the leader. rqlite is available for Linux, OSX, and Microsoft Windows.

Getting rqlite

You can download the latest image via:

    docker pull rqlite/rqlite

Then start up a single node like so:

    docker run -p 4001:4001 -p4002:4002 rqlite/rqlite

Instructions for clustering via Docker are forthcoming, but it should not be difficult for people with experience with Docker and networking.

About

rqlite docker images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%