~dricottone/container-images

ref: 2cd08baad5738a20fe7666f768229a28a1461d72 container-images/grafana/README.md -rw-r--r-- 569 bytes
2cd08baaDominic Ricottone Logging stack 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# grafana


## Build and Deploy

```
make image
```


### Tags

 + `latest`

----

## Use

Can be used with any container manager toolchain.

The `$datadir` must be owned by UID 472.

Try:

```
$conman run --detach --name grafana --restart always \
    --mount type=bind,src=$datadir,/var/lib/grafana \
    registry.intra.dominic-ricottone.com/grafana:latest
```

Should be used with `registry.intra.dominic-ricottone.com/syslog`,
`registry.intra.dominic-ricottone.com/loki`,
and `registry.intra.dominic-ricottone.com/promtail`.

The default login is `admin`:`admin`.