Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexzhang/kent-docker
Fake Sentry server for local development, debugging, and integration testing. In Docker container.
https://github.com/rexzhang/kent-docker
Last synced: about 2 months ago
JSON representation
Fake Sentry server for local development, debugging, and integration testing. In Docker container.
- Host: GitHub
- URL: https://github.com/rexzhang/kent-docker
- Owner: rexzhang
- License: mit
- Created: 2024-03-13T16:39:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T09:19:03.000Z (2 months ago)
- Last Synced: 2024-10-31T10:21:23.922Z (2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kent-docker
## [Kent](https://github.com/willkg/kent)
> Fake Sentry server for local development, debugging, and integration testing
## Docker
- run as nobody
## Quick Start
```shell
docker pull ghcr.io/rexzhang/kent:latestdocker run -dit --restart unless-stopped \
-p 8000:8000 \
--name kent ghcr.io/rexzhang/kent:latest
```