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.
docker run -d -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" buildsecurity/sample-elasticsearch
The data being populated in the table is of the below structure:
| "name" | "role" | "favoriteFruit" |
|---|---|---|
| "Chris Hamilton" | "admin" | "Apple" |
Content type
Image
Digest
Size
398.8 MB
Last updated
over 5 years ago
docker pull buildsecurity/sample-elasticsearch