~dricottone/container-images

ref: 16910ad438606556959015db54137f828b5bf246 container-images/tailon/README.md -rw-r--r-- 326 bytes
16910ad4Dominic Ricottone New server monitoring stack a day 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
# tailon


## Build and Deploy

```
make image
```


### Tags

 + `latest`

----

## Use

Can be used with any container manager toolchain.

Try:

```
$conman run --detach --name tailon --restart always \
    --mount type=bind,src=$logfile,dst=/var/log/tailon.log \
    registry.intra.dominic-ricottone.com/tailon:latest
```