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

https://github.com/goncalossilva/docker-kvmonitor


https://github.com/goncalossilva/docker-kvmonitor

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# docker-kvmonitor

[Kento's baby monitor](https://github.com/kentonv/kvmonitor), dockerized.

## Run

```bash
docker run ghcr.io/goncalossilva/kvmonitor:latest
```

## Build

```bash
docker buildx build --platform linux/amd64,linux/arm64 --push -t ghcr.io/goncalossilva/kvmonitor:latest .
```