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
107 stars 16 forks source link

Add imageLoad API endpoint #20

Open clue opened 9 years ago

clue commented 9 years ago

https://docs.docker.com/reference/api/docker_remote_api_v1.15/#load-a-tarball-with-a-set-of-images-and-tags-into-docker

This API requires passing a valid TAR stream, so this likely depends on clue/php-tar-react#2 (see also #15)

Complements #19 (imageGet).

clue commented 9 years ago

See also #17 (related, but different)

clue commented 8 years ago

Depends on #33.