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

Attach to a running container #24

Open
vv9k opened this issue Nov 29, 2021 · 0 comments
Open

Attach to a running container #24

vv9k opened this issue Nov 29, 2021 · 0 comments
Labels
A-containers Area: Containers C-feature Category: New feature or request

Comments

@vv9k
Copy link
Owner

vv9k commented Nov 29, 2021

It would be nice if there was a way to attach to a shell of a running container an execute commands. It would probably require creating some VT100 widget abstraction that would interpret user input keys and send them over a TTY multiplexer to docker while reading stdout and stderr and interpreting the ansi sequences as well as putting the formatted output on the screen.

All of this should happen in the attach tab of a selected container that is already there

ContainerView::Attach => {}

Idea from: https://www.reddit.com/r/rust/comments/r3fxmc/comment/hmazanc/?utm_source=share&utm_medium=web2x&context=3

@vv9k vv9k added C-feature Category: New feature or request A-containers Area: Containers labels Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-containers Area: Containers C-feature Category: New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant