Closed camerondurham closed 3 years ago
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.
^D
Steps to Reproduce
This seems to be an issue with catching signals from the interactive exec stream. Should be handled so shell exits with
^D
.