Official image for ElasticHQ using OpenShift specific guidelines, to run on OpenShift/k8s/Docker env
10K+
ElasticHQ image built to run on Openshift/Kubernetes/Docker environment.
# Deploy ElasticHQ
$ oc new-app --name=elastichq -e HQ_DEFAULT_URL=http://elasticsearch:9200 jefferyb/openshift-elastichq
# Expose the service
$ oc expose svc/elastichq
# Deploy ElasticHQ
$ docker run -itd --name elastichq -p 5000:5000 -e HQ_DEFAULT_URL=http://elasticsearch:9200 jefferyb/openshift-elastichq
### After a few sec. you should be able to access it at port 5000
Content type
Image
Digest
Size
177 MB
Last updated
almost 7 years ago
docker pull jefferyb/openshift-elastichq