Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (10 loc) · 709 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 709 Bytes

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