This repository contains Dockerfile of Hbase 0.98.10 for Docker automated build published to the public Docker Hub Registry.
Install Docker
Download automated build: docker pull cogniteev/hbase-standalone
docker run -d -p 2181:2181 -p 60000:60000 -p 60010:60010 -p 60020:60020 -p 60030:60030 cogniteev/hbase-standalone
Open http://docker.ip.add.ress:60010 in a browser
Create a mountable data directory on the host.
Start the container with the following volume:
docker run -d -p 9200:9200 -p 9300:9300 -v <data-dir>:/home/hbase/data
This container runs the exact version distributed by Apache.
Content type
Image
Digest
sha256:b88e8c2e9…
Size
383.6 MB
Last updated
almost 11 years ago
docker pull cogniteev/hbase-standalone