Minimum collecting server for crash reports sent by google-breakpad.
740
This image is updated via pull requests to the touchifyapp/docker-mini-breakpad-server GitHub repo.
Breakpad is a set of client and server components which implement a crash-reporting system.
The following sample shows how to run the container to collect crash reports.
docker run -dt \
--name breakpad-server \
-p 1127:1127 \
-v ${PWD}/pool:/app/pool \
touchify/mini-breakpad-server
webhook token configuration.View license information for the software contained in this image.
This image is officially supported on Docker version 1.12+.
Please see the Docker installation documentation for details on how to upgrade your Docker daemon.
Documentation for this image is stored in the touchifyapp/docker-mini-breakpad-server GitHub repo.
Be sure to familiarize yourself with the repository's README.md file before attempting a pull request.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
Content type
Image
Digest
Size
26.2 MB
Last updated
over 6 years ago
docker pull touchify/mini-breakpad-server