Kibana Docker image based on debian.
Start the container:
docker run -d -P -e DOMAIN_NAME=kibana.localnet --name kibana ncarlier/kibana
fleetctl start kibana@{1..3}.service
Build the image with make.
Use
make helpto see available commands for this image.