-
Notifications
You must be signed in to change notification settings - Fork 55
fix(lxc): lxc tty #283
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
Merged
Merged
fix(lxc): lxc tty #283
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a3f2a66
fix(lxc): inherit stdio in lxc-attach for interactive shells
caarlos0 562cd5a
fix(lxc): skip redundant lxc-stop in destroy()
caarlos0 49fbbb9
fix(lxc): bridge stdio via inner pty with detached ctty
caarlos0 ae5fd5d
fix(lxc): gate Unix-only attach_run for Windows clippy
caarlos0 ceec625
fix(lxc): use cfg(target_os = "linux") instead of cfg(unix)
caarlos0 2b3973c
fix(lxc): destroy active container on SIGHUP/SIGTERM/SIGINT
caarlos0 4efa7ea
fix(lxc): gate signal_cleanup install on Linux only
caarlos0 4676d03
fix(lxc): cargo fmt attach_run
caarlos0 73fcaa3
Merge branch 'main' into fix/lxc-stdin
caarlos0 aad3613
fix: review
caarlos0 469c84e
Merge branch 'main' into fix/lxc-stdin
caarlos0 900aac8
fix(lxc): gate INSTALLED OnceLock to Linux
caarlos0 4390f00
Merge branch 'fix/lxc-stdin' of https://github.com/caarlos0/mxc into β¦
caarlos0 494058f
Merge branch 'main' into fix/lxc-stdin
caarlos0 b2a4599
fix: merge conflict
caarlos0 de6e363
fix: drop cmd
caarlos0 c7e38b4
Merge remote-tracking branch 'upstream/main' into fix/lxc-stdin
caarlos0 13d644d
fix(lxc): unblock signals in attached child shell
caarlos0 d752012
fix(lxc): only register containers for signal cleanup when destroyOnEβ¦
caarlos0 1a9d6a4
fix(lxc): abort lxc-exec when signal-cleanup install fails
caarlos0 7783829
fix(lxc): clean up iptables FORWARD hook in signal-cleanup watchdog
caarlos0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.