mirror of
https://repository.entgra.net/community/entgra-elk.git
synced 2025-09-16 23:32:20 +00:00
13 lines
283 B
Markdown
13 lines
283 B
Markdown
## Instructions
|
|
|
|
1. Pull the elasticsearch image
|
|
```bash
|
|
docker pull docker.elastic.co/elasticsearch/elasticsearch:8.2.0
|
|
```
|
|
Note: Change the required image version name or tag in the Dockerfile.
|
|
|
|
3. Build the Docker image
|
|
```bash
|
|
docker build -t elasticsearch:8.2.0-entgra-v1 .
|
|
```
|