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 - Boilerplate #204

Closed

Conversation

gabrielhesposito
Copy link

My hope is that this image can be throughly documented so remote_syslog2 (rs2) can have a docker image for contributors to build on.
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
TODO: Documentation
This baseplate should have documentation that only corresponds to the docker CLI, very basic starting/stop/removing containers, confirming that logs send correctly + simple exampling, passing ENV variables to container to manipulate remote_syslog2 cli

@gabrielhesposito
Copy link
Author

gabrielhesposito commented Jul 20, 2017

Should I create documentation in this PR, or create a new fork ?

@snorecone
Copy link
Contributor

Hi @gabrielhesposito,

Thanks for the example! Documentation in this PR would be fine, no need for another one. Can you outline your motivations for this, and how you envision it being used?

@gabrielhesposito
Copy link
Author

So my motivation for the Dockerfile meaning... a proper use-case for remote_syslog2+docker, why and when it should be shipped with docker- maybe a docker network command to help troubleshoot connection issues...ok ill add documentation into the root README.md on this PR

@gabrielhesposito
Copy link
Author

@snorecone too many commits in this PR...besides that I am happy with the example and the documentation

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.

2 participants