Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 428 Bytes

CircleCI

#Customizable Kibana image

Build the image: docker build --build-arg https-proxy=http://foo:2020 -t gaiaadm/kibana .

In order to run manually: docker run --rm -it --name kibana -p 5601:5601 --link es:elasticsearch gaiaadm/kibana

NOTE: kibana starts slowly due to X-PACK (~1.5-2 min till ready)