Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | support container to container copy | Mehul Arora | 2021-07-27 |
| | | | | | | | | | Implement container to container copy. Previously data could only be copied from/to the host. Fixes: #7370 Co-authored-by: Mehul Arora <aroram18@mcmaster.ca> Signed-off-by: Valentin Rothberg <rothberg@redhat.com> | ||
* | pkg/copy: add parsing API | Valentin Rothberg | 2020-12-09 |
Add an API for parsing user input into a possibly specified container and path. This allows for sharing the parsing code between the local and the remote client (and bindings) in the future. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |