mirror of
https://github.com/docker/cli.git
synced 2026-01-06 05:41:44 +03:00
Such as with `docker run`, if a user CTRL-Cs while attached to a container, we should forward the signal and wait for the exit from `ContainerWait`, instead of just returning. Signed-off-by: Laura Brehm <laurabrehm@hey.com>