Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/seq-docker
A docker image for running seq
https://github.com/aaronpowell/seq-docker
Last synced: about 1 month ago
JSON representation
A docker image for running seq
- Host: GitHub
- URL: https://github.com/aaronpowell/seq-docker
- Owner: aaronpowell
- License: mit
- Created: 2016-12-07T23:36:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T00:02:11.000Z (about 8 years ago)
- Last Synced: 2024-11-17T19:47:17.791Z (about 2 months ago)
- Language: PowerShell
- Size: 2.93 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Seq in Docker
[Seq](https://getseq.net/) is a great logging platform and I wanted a way to demo it without having to install it. To that end I've created a Docker image that runs Seq!
# Usage
```
docker pull aaronpowell/Seq
```Or you can make the image yourself by cloning this repository and running `docker build`
# Caveats
- This image uses the Windows Server Core base image (`microsoft/windowsservercore`) which is ~9.3gb in size. If/when Seq can be run on mono or .NET core it can be switched to a different base image
- At present this is intended for demos and not running in production
- The image is fully self contained so when you remove the container you'll lose your logs (there's no VOLUME mapping)
- There's no way to provide a custom config to Seq
- You can't provide your licenseIf you want to fix any of this problems I'm more than happy to take a Pull Request!