Sign inSign up

buildsecurity/sample-elasticsearch

By buildsecurity

Updated over 5 years ago

Image
0

1.4K

buildsecurity/sample-elasticsearch repository overview

ElasticSearch image with a sample data

This image contains a sample elasticSearch image, populated with data already. The data contains a single 'customer' table that is part of the base image.

Running the image

docker run -d -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" buildsecurity/sample-elasticsearch

Populated data

The data being populated in the table is of the below structure:

"name""role""favoriteFruit"
"Chris Hamilton""admin""Apple"

Tag summary

Content type

Image

Digest

Size

398.8 MB

Last updated

over 5 years ago

docker pull buildsecurity/sample-elasticsearch