Sign inSign up

jefferyb/openshift-elastichq

By jefferyb

•Updated almost 7 years ago

Official image for ElasticHQ using OpenShift specific guidelines, to run on OpenShift/k8s/Docker env

Image
0

10K+

jefferyb/openshift-elastichq repository overview

⁠jefferyb/openshift-elastichq

ElasticHQ image built to run on Openshift/Kubernetes/Docker environment.

⁠Using Openshift CLI

# Deploy ElasticHQ
$ oc new-app --name=elastichq -e HQ_DEFAULT_URL=http://elasticsearch:9200 jefferyb/openshift-elastichq

# Expose the service
$ oc expose svc/elastichq

⁠Using Docker

# 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

Tag summary

Content type

Image

Digest

Size

177 MB

Last updated

almost 7 years ago

docker pull jefferyb/openshift-elastichq