APM Server version docker image: 8.13.4
The docker image does not support curl command.
I would like to use curl to detect whether apm-server is healthy for dependent services.
Steps to reproduce**:
- docker run -it elastic/apm-server:8.13.4
2.docker ps --> look for the id if the apm-server container
3.docker exec -it [CONTAINER_ID] /bin/bash - curl
- Observe error message: "bash: curl: command not found"
Is there some alternative way to health check the apm-server container?
Thank you!