Install mixed ES container on new host w/ authentication (default: root/elasticFence)
docker pull qxip/docker-elasticfence
Create stateful data volume
docker volume create -o size=20GB --name esdata
Run container and map ports
docker run -tid --name elk -p 9200:9200 -p 5606:5606 -v esdata:/usr/share/elasticsearch qxip/docker-elasticfence
Connect shell to container
docker exec -ti elk /bin/bash
Run the image using remote Elastic instance
$ docker run -i -t -e ELASTICSEARCH_URL=http://192.168.10.20:9200 -p 5601:5606 qxip/docker-kibi
Content type
Image
Digest
Size
513.5 MB
Last updated
about 9 years ago
docker pull qxip/docker-elasticfence