zen-tools / docker-hbase-standalone

Repo for Docker Trusted build banno/docker-hbase-standalone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker HBase Standalone Dockerfile

This repository contains Dockerfile for Docker's trusted build

Installation

  1. Install Docker

  2. Download trusted build: docker pull banno/hbase-standalone

Usage

docker run -d -p 2181:2181 -p 60000:60000 -p 60010:60010 -p 60020:60020 -p 60030:60030 banno/hbase-standalone

Open http://docker.ip.add.ress:60010 in a browser

Notes

This runs a patched version of HBase built from this fork of HBase

About

Repo for Docker Trusted build banno/docker-hbase-standalone

License:Apache License 2.0