Cancel context on os.Interrupt
Created by: mrnugget
This fixes https://github.com/sourcegraph/src-cli/issues/117 by cancelling the global context when Ctrl-C is hit.
The cancelation propagates down to runAction
where containers that are
still running are killed.