clue / reactphp-docker

Async, event-driven access to the Docker Engine API, built on top of ReactPHP.
https://clue.engineering/2019/introducing-reactphp-docker
MIT License
108 stars 16 forks source link

Add container archive API endpoints #41

Closed clue closed 5 years ago

clue commented 8 years ago

This also deprecates the containerCopy() API endpoints.

https://docs.docker.com/engine/reference/api/docker_remote_api_v1.20/#get-an-archive-of-a-filesystem-resource-in-a-container

Pushing an archive depends on #33.