-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Proposal: add podman_container_copy module #813
Conversation
thank you @sshnaidm! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments inside
Signed-off-by: kubealex <al.rossi87@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for this module!
Thank you @sshnaidm :) |
As the title suggests, this PR covers a draft proposal of a module for podman cp command.
It basically reflects the podman cp usage, allowing host -> container copy (default) or container -> host (configurable via a parameter).
Attached are also the tests for both flows (host->container, container->host)