jonschipp / ISLET

Isolated, Scalable, & Lightweight Environment for Training
Other
111 stars 18 forks source link

Container doesn't stop after ssh session breaks #25

Closed jonschipp closed 9 years ago

jonschipp commented 9 years ago

if the user does not logout but exits the ssh session e.g. ~. then the container will run indefinitely. This seems to be the result of using exec to enter the container.

jonschipp commented 9 years ago

Solution is to set a timeout value. https://github.com/jonschipp/ISLET/commit/8b7e5c883ef6f4c48b21e1a0a3c999d19dd2f9a1