Andrey Petrov

Results 214 comments of Andrey Petrov

Hmm that is fair. I'd accept a pull request that allows comma-delimited bind addresses, if that's something you're interested in working on!

@sleibrock Eh I wouldn't mess with the whois output. `key: value` format is more consistent, in case someone like yourself had to parse that output.

Don't think s3funnel supports streaming a single file from STDIN right now, but that would be a cool addition. Normally I'd say it should be `tar -cvf somedir | s3funnel...

Thanks for the suggestion! I added a reply mentioning that. If 32bit images are out of scope for the project, feel free to close the issue. If you have any...

@jpadilla Thanks!

FYI, docker v1.6 is adding logging drivers, which [includes a syslog driver](https://github.com/docker/docker/tree/master/daemon/logger). Would be fun to use logspout for this and bypass all of the event sniffing, but not sure...

You'll be able to configure docker to use syslog as an output for stdout/stderr (rather than the current json files). This issue is about adding a syslog server built into...

+1, just one more use-case we'd get "for free" that would be fun to consider (and may open up more valuable scenarios in the future).

Yea same... I'd love to see some potential code examples of what such an API might look like, and give feedback on that. :)