Conversation
d7536dc to
476d011
Compare
|
Added this to the 1.8 milestone (see the roadmap wiki) |
476d011 to
31b0421
Compare
|
Removing from 1.8 milestone: let's focus on #13171. |
|
👍 |
da95372 to
c79cc43
Compare
Adds an API endpoint for expanding glob patterns to match paths in a container. Adds support for multiple sources in `docker cp`. Expands container source paths as globs before copying. Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
c79cc43 to
e34d0c3
Compare
|
Since |
|
I'm happy with the new |
|
As much as |
|
The new docker cp has documentation? |
|
@rgarbin you probably have to look in API v1.20 for the new cp functionality |
|
@jlhawn I think this needs additional tests for the functionality that's adding and documentation. I just moved it to code-review. |
|
I'm closing for now as I haven't maintained this feature in a while and there's also a potential security issue with the glob matching (might be best to do it in a chroot). |
|
I'll reopen again soon when I have a chance to update it. |
This pull request builds on top of #13171 by adding support for container paths which contain shell globs, and general support for multiple source arguments when copying.