anapsix/apm

By anapsix

Updated almost 7 years ago

smaller Elastic APM image over Alpine Linux

Image

66

Elastic's APM in Docker

Smaller Docker image for Elastic's APM with Alpine Linux

Build
docker build . -t apm
Run

Create your custom apm-server.yaml file, and pass it to container

docker run -it --rm \
           -v $(pwd)/apm-server.yaml:/usr/share/apm-server/apm-server.yaml \
           -p 8200:8200 anapsix/apm

Docker Pull Command

docker pull anapsix/apm