AgustinCB / docker-api

Docker Remote API driver for node.js. It uses the same modem than dockerode, but the interface is promisified and with a fancier syntax.
GNU General Public License v3.0
303 stars 51 forks source link

Implement Docker copy #63

Open MartinMuzatko opened 5 years ago

MartinMuzatko commented 5 years ago

Hey there! I'd be great to be able to copy contents from a running container to the host or the container. Thanks in advance.

MartinMuzatko commented 5 years ago

I think this already exists with archive Will test this: https://github.com/AgustinCB/docker-api/blob/master/lib/container.js#L229