dajobe / hbase-docker

HBase running in Docker
https://hub.docker.com/r/dajobe/hbase/
328 stars 189 forks source link

Added support for custom hostnames #14

Closed mjpitz closed 7 years ago

mjpitz commented 7 years ago

Right now, the image requires that the docker contains be named hbase-docker. This limits machines to running a single hbase instance per machine.

With this patch it will use the HOSTNAME environment variable set by the docker-run -h --hostname argument.