Hyperfoil / qDup

Lab automation and queuing scripting
Apache License 2.0
12 stars 12 forks source link

Close jump host shell after stopping container: Fixes #209 #211

Closed johnaohara closed 3 months ago

johnaohara commented 3 months ago

Fixes #209 by closing the jump host shell used to stop the container for containerShell

willr3 commented 3 months ago

This fixes local container subshells but remote container subshells appear to remain open for the initial ContainerShell sub shell (the one opened for stopContainers... is closed). I will open a new issue for that part of the problem.