Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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:latest

docker run -dit --restart unless-stopped \
-p 8000:8000 \
--name kent ghcr.io/rexzhang/kent:latest
```