bureau14 / qdb-httpd-docker

qdb-httpd-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuasarDB web interface Dockerfile

This repository contains the Dockerfile of QuasarDB web interface 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-http

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

Usage

Run qdb-httpd and link it to a qdbd container

docker run -d -p 2836:2836 --name qdb-server bureau14/qdb
docker run --link qdb-server:db -d -p 8080:8080 --name qdb-web-bridge bureau14/qdb-http

You can now navigate your browser to http://localhost:8080/ and get access to QuasarDB's web interface.

About

qdb-httpd-docker


Languages

Language:Shell 100.0%