seletskiy/hastur

os/exec-like api?

Opened this issue · 1 comments

Hey,

I just came across this project the other day and today I came across this article.

dexec is a small Go library allowing you to run commands inside Docker containers as if you are running them locally using the os/exec package.

Without having looked deeper at hastur's code, I imagine this being pretty similar, end-goal and requirement-wise.

What is your plan for the future? Do you plan to un-main() hastur?

Hi! If you see real use case for it, so you will likely use hastur for this, I can implement it in no time.

On Jun 14, 2016, 8:01 PM, at 8:01 PM, Henry notifications@github.com wrote:

Hey,

I just came across this project the other day and today I came across
this
article.

dexec is a small Go library allowing you to run commands inside
Docker containers as if you are running them locally using the os/exec
package.

Without having looked deeper at hastur's code, I imagine this being
pretty similar, end-goal and requirement-wise.

What is your plan for the future? Do you plan to un-main() hastur?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#11