-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
exp/beginnerkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Description
Currently docker cp only accept path destination:
$ docker help cp
Usage: docker cp CONTAINER:PATH HOSTPATH
Copy files/folders from the PATH to the HOSTPATH
It would be useful if it was also accepting a single file destination when the source path point to a file, ex:
docker cp build-boot2docker:/boot2docker.iso boot2docker-$(git rev-parse HEAD).iso
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
exp/beginnerkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.