https://github.com/thomasleveil/docker-monitoror
unofficial docker image for https://monitoror.com
https://github.com/thomasleveil/docker-monitoror
Last synced: 3 months ago
JSON representation
unofficial docker image for https://monitoror.com
- Host: GitHub
- URL: https://github.com/thomasleveil/docker-monitoror
- Owner: thomasleveil
- Created: 2020-03-08T19:08:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T15:28:51.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T13:21:22.875Z (4 months ago)
- Language: Python
- Homepage: https://hub.docker.com/r/tomdesinto/monitoror
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://hub.docker.com/r/tomdesinto/monitoror/builds)
[
](https://hub.docker.com/r/tomdesinto/monitoror/tags)Unofficial Docker image for Monitoror
=====================================[![][LOGO]](https://monitoror.com)
Monitoror is a unified monitoring wallboard.
> Light, ergonomic and reliable monitoring for anything, because you deserve dependable and clean wallboard.
See https://monitoror.com/
Usage
-----```bash
docker run --name monitoror -d -p 8080:8080 tomdesinto/monitoror
```Build
-----```bash
docker build -t monitoror https://raw.githubusercontent.com/thomasleveil/docker-monitoror/master/Dockerfile
```To specify a different [version of Monitoror](https://github.com/monitoror/monitoror/releases) :
```bash
docker build \
-t monitoror:3.1.0 \
--build-arg MONITOROR_VERSION=3.1.0 \
https://raw.githubusercontent.com/thomasleveil/docker-monitoror/master/Dockerfile
```[LOGO]: https://github.com/thomasleveil/docker-monitoror/raw/master/monitoror-logo.png