This image is updated via pull requests to the touchifyapp/docker-mini-breakpad-server GitHub repo.
mini-breakpad-server: Minimum collecting server for crash reports sent by google-breakpad.
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- MINI_BREAKPAD_SERVER_PORT: Sets the port to listen on.
- MINI_BREAKPAD_SERVER_ROOT: Sets the Base URL of breakpad server.
- MINI_BREAKPAD_SERVER_TOKEN: Set
webhooktoken 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.