ahmetb / go-dexec

It's like Go os/exec package but for Docker. What if you could exec programs remotely with the same interface as os/exec?
https://godoc.org/github.com/ahmetalpbalkan/go-dexec
Apache License 2.0
432 stars 38 forks source link

Add equivalent function to exec.CommandContext #7

Open lthibault opened 7 years ago

lthibault commented 7 years ago

GoDoc

ahmetb commented 7 years ago

This certainly sounds like a valid ask. Though, I don't have enough cycles to add context support to the entire package right now. If you think this piques your interest, I can help with the PR.