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

Docker exec and kubectl exec support #181

Open
funkyfisch opened this issue May 6, 2024 · 1 comment
Open

Docker exec and kubectl exec support #181

funkyfisch opened this issue May 6, 2024 · 1 comment

Comments

@funkyfisch
Copy link

I was thinking how useful this would be if it existed for attaching one's self to a docker container (using the available shell there) and bringing along aliases, commands, env config and potentially programs - has anyone thought about this? And how could this potentially be done, if at all possible?

For community:
⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

@anki-code
Copy link
Member

anki-code commented May 6, 2024

Hey @funkyfisch ! Yah, I had this thought too.
You can find a few mentions ssh, rsync and scp calls in the code. By replacing it to docker exec, docker cp you can achieve your goal.
Probably it will be cool to have abstract class to implement ssh, docker, etc support.
PR is welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants