anapsix / docker-apm

Smaller Elastic APM Docker image over Alpine Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Smaller Elastic APM Docker image over Alpine Linux


Languages

Language:Shell 100.0%