Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed container stopping on disconnect and application close #14542

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

jonah-iden
Copy link
Contributor

What it does

This fixes stopping dev-containers when the connection is closed or when theia is closed while the container is still running.
Fixes #14310

How to test

Connect to any dev-container. Use the close remote connection, see in docker that the container has been stopped after a few seconds.
Same with just closing the application while connected to a dev-container.

Follow-ups

Review checklist

Reminder for reviewers

Copy link
Contributor

@sgraband sgraband left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! Changes look good to me and sucessfully tested it with the example Theia application 🚀

@jonah-iden jonah-iden merged commit 99f24f5 into master Nov 27, 2024
11 checks passed
@github-actions github-actions bot added this to the 1.56.0 milestone Nov 27, 2024
@msujew msujew deleted the jiedn/dev-container-fix-container-stop branch November 27, 2024 14:34
@msujew msujew added remote issues related to the remote functionality dev-container labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-container remote issues related to the remote functionality
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Dev Container keeps running after disconnecting
3 participants