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
- Host: GitHub
- URL: https://github.com/outstand/docker-rsyslog-papertrail
- Owner: outstand
- Created: 2016-07-29T15:08:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T15:14:45.000Z (almost 10 years ago)
- Last Synced: 2025-10-13T16:44:39.938Z (8 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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}
```