Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker example 2 #211

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gabrielhesposito
Copy link

this is a re-branch of #204 w/ spelling corrections in the README, too many commits in the old branch.

Motivation: use in my personal website that is docker based.

use case for anyone using docker across their infrastructure, if service(s) run inside containers remote_syslog2 would need to run inside a container - in order to access the file system * properly to ensure those service(s) remain properly configured with respect to r/w/x.

*file system could be block storage like devicemapper or LVM or something like OverlayFS.

Copy paste from #204

tested user
1 rs2 0:00 remote_syslog -D
tested output
2017-07-19 23:52:07 INFO remote_syslog.go:55 Connecting to logs.papertrailapp.com:514 over tls
build instructions
docker build --build-arg VERSION=v0.19 -t rs2 .
run (in background, docker ps to confirm)
docker run --name rs2 -d rs2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant