Cuong Tran

Results 2 issues of Cuong Tran

Dockerize elasticsearch-head and serve by nginx. 1. Support HTTP Basic Authentication, default parameters: - USERNAME=elasticsearch - PASSWORD=elasticsearch@123 2. Connect ElasticSearch Server, don't need to enable http.cors.allow-origin on elasticsearch. Default parameters:...

Build: ``` docker build -t trellobot:0.1 . ``` Run: ``` docker run --name trellobot --init trellobot:0.1 ``` Ref: https://learnk8s.io/blog/smaller-docker-images