https://github.com/anapsix/docker-apm
Smaller Elastic APM Docker image over Alpine Linux
https://github.com/anapsix/docker-apm
Last synced: 9 months ago
JSON representation
Smaller Elastic APM Docker image over Alpine Linux
- Host: GitHub
- URL: https://github.com/anapsix/docker-apm
- Owner: anapsix
- Created: 2018-05-15T19:14:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T19:32:07.000Z (about 8 years ago)
- Last Synced: 2025-07-27T08:46:33.090Z (11 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Elastic's APM in Docker
Smaller Docker image for Elastic's APM with Alpine Linux
[](https://microbadger.com/images/anapsix/apm:latest)
### 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
```