about summary refs log tree commit diff
path: root/README.md
blob: 139a5904b27c21c230e656e146215846c6271891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# graphClicker

> A metrics bundler, but with a simple web interface

click your own graphs

## RUN:

build the docker image:

```
docker build . -t graphclicker
```

run:

```
docker run -p 8084:8084 graphclicker
```