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

How about 'docker cp' support to copy a file into the host environment? #601

Open
Dima-369 opened this issue Nov 27, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Dima-369
Copy link

Is your feature request related to a problem? Please describe.
It would be amazing to have support to quickly copy a file for checking some output files.

Describe the solution you'd like
A command like E which opens a prompt where a full path is entered. It would be best if previous paths would also be remembered. On confirming, the file is pulled and saved to the current directory lazydocker was started.

Describe alternatives you've considered
Well, one could always manually use docker cp <containerId>:/file/path/within/container /host/path/target.

Or maybe via the lazydocker custom commands? Although, I haven't tested those yet, not sure if that is supported.

@Dima-369 Dima-369 added the enhancement New feature or request label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant