Sign inSign up

xgsama/es-head

By xgsama

Updated over 5 years ago

Image
0

62

xgsama/es-head repository overview

FROM node:10.15.0-alpine

MAINTAINER xgsama [email protected]

ENV SRC_DOWN_PATH /opt/moudle/ RUN mkdir -p $SRC_DOWN_PATH &&
cd $SRC_DOWN_PATH &&
wget https://codeload.github.com/mobz/elasticsearch-head/zip/master &&
unzip master &&
rm master &&
cd elasticsearch-head-master &&
npm config set registry http://registry.npm.taobao.org &&
npm install -g grunt-cli &&
npm install

WORKDIR $SRC_DOWN_PATH/elasticsearch-head-master

EXPOSE 9100

CMD [ "grunt", "server" ]

Tag summary

Content type

Image

Digest

Size

87.2 MB

Last updated

over 5 years ago

docker pull xgsama/es-head:7