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

https://github.com/outstand/docker-rsyslog-papertrail

Syslog container for RancherOS with papertrail forwarding
https://github.com/outstand/docker-rsyslog-papertrail

Last synced: 8 months ago
JSON representation

Syslog container for RancherOS with papertrail forwarding

Awesome Lists containing this project

README

          

# Supported tags and respective `Dockerfile` links

- [`latest`, (*Dockerfile*)](https://github.com/outstand/docker-rsyslog-papertrail/blob/master/Dockerfile)

# Usage

```yaml
syslog:
image: outstand/rsyslog-papertrail:latest
labels:
io.rancher.os.scope: system
log_driver: json-file
net: host
privileged: true
restart: always
uts: host
volumes_from:
- system-volumes
environment:
- LOG_DESTINATION=${log_destination}
```