Skip to content
This repository was archived by the owner on May 8, 2019. It is now read-only.

bureau14/qdbd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuasarDB Dockerfile

This repository contains the Dockerfile of QuasarDB for Docker's automated build published to the public Docker Hub Registry.

Supported tags

tag description
latest latest stable release
nightly bleeding edge

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull bureau14/qdb

    (alternatively, you can build an image from Dockerfile: docker build -t="qdb" github.com/bureau14/qdbd-docker)

Usage

Run qdbd

docker run -d -p 2836:2836 --name qdb-server bureau14/qdb

Run qdbd without cluster keys

docker run -d -p 2836:2836 --name qdb-server bureau14/qdb --security=0

Run qdbd w/ persistent directory

docker run -d -p 2836:2836 -v <db-dir>:/var/lib/qdb --name qdb-server bureau14/qdb

Run qdbd w/ license file and persistent directory

# Put the license.txt file in the root of your <db-dir>
cp license.txt <db-dir>

# Now launch the docker container with the <db-dir> mounted, the container will
# pick up the license file automatically.
docker run -d -p 2836:2836 -v <db-dir>:/var/lib/qdb --name qdb-server bureau14/qdb

About

qdbd-docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages