camerondurham / ch

Docker config and shell manager for using (or misusing) containers as dev environments
Apache License 2.0
18 stars 2 forks source link

Hangs after exiting shell #6

Closed camerondurham closed 3 years ago

camerondurham commented 3 years ago

Steps to Reproduce

ch start csci104
ch shell csci104
root@docker:/work/hw-cdurham$ exit # or ^D
# hangs until ^C (Ctrl + C)

This seems to be an issue with catching signals from the interactive exec stream. Should be handled so shell exits with ^D.