Kibana 6 with x-pack plugin installed. Based on alpine linux for minimal size.
Before you start this container make sure to set the max_map_count on your docker machine.
sudo sysctl vm.max_map_count=262144000
Start the elasticsearch container
docker run --name es-xpack -d danielguerra/elasticsearch-x-pack
Start kibana x-pack
docker run --link es-xpack:elasticsearch --name kb-xpack -d danielguerra/kibana-x-pack
login with user: elastic pass: changeme