You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## Instructions
|
|
|
|
1. Build the Docker image
|
|
```bash
|
|
docker build -t registry.entgra.io/entgra-filebeat:8.2.0-entgra-v2 .
|
|
```
|
|
|
|
2. docker-compose up -d
|
|
3. docker exec -it $(docker ps -aq -n 1) /bin/bash
|
|
4. docker-compose down
|
|
|