mirror of
https://repository.entgra.net/community/entgra-elk.git
synced 2025-09-16 23:32:20 +00:00
11 lines
244 B
Markdown
11 lines
244 B
Markdown
## Instructions
|
|
|
|
1. Build the Docker image
|
|
```bash
|
|
docker build -t registry.entgra.io/entgra-elasticsearch:8.2.0-entgra-v2 -f Dockerfile .
|
|
```
|
|
|
|
2. docker-compose up -d
|
|
3. docker exec -it $(docker ps -aq -n 1) /bin/bash
|
|
4. docker-compose down
|