This repository was archived by the owner on Oct 26, 2019. It is now read-only.
Releases: docker-php/docker-php
Releases · docker-php/docker-php
v2.0.0
1.24.0
1.24 Release for Docker 1.12
- All changes from API : https://docs.docker.com/engine/reference/api/docker_remote_api/#/v1-24-api-changes
- [BC BREAK] : Listing containers now return a list of
ContainerInfo
object (instead ofContainerConfig
) - Minor fixes (see commit list)
1.23.1
1.23
Docker Remote API 1.22
Update library to use Docker Remote API in 1.22 (docker 1.10)
Also includes changes from 1.21.1 release
Fixing bug release for 1.21 remote api
Version 1.21 of Docker PHP
First stable release, see our documentation on how to use this library.
Refactoring Release
This release is a complete BC break with 0.4 version, read the doc before updating on how to manage the new version
## What's new
- Using php-http as the http client
- 100% support of docker api
- New layer for interaction with running / attach a container / image / exec process
- Using generated code as the base layer with the jane/swagger library
This is also one of the last release before passing to stable version.
v0.4.0
- [WIP] Read the docs
- Allow compatible dependency versions
- Add top command to list process inside a container
- Add changes call to docker api
- Add export call, to export a container into a tar stream
- Add logs and restart call to API
- Add kill call for containers
- Fix case when multiple json where readed in stream filter
- Fix regression in raw stream docker
- Fix race condition where script was too slow to terminate in tests
- Wait before getting logs
- Avoid array dereferencing because key might not exist
- add url to socket connection exception
- inspect: send back json data
- container inspect: send back json data
- add getVersion()
- getInfo() added in api_v1.16
- Implement search images
- Add DockerClient::createWithContext to convert stream context options array to resource
- Properly use sprintf
- Consistently use [] array syntax
- Move stream_context_create to constructor
- ImageManager::inspect(), use id and nom repo:tage to identify. Improve error string. Doc: correct return.
- Prefer the unique hash id for searching
- improve comment, code style
- move setId() from inspect() to find()
- add 2 empty lines
- inspect() header doc for container manager
- Remove reference to undefined/old StreamCallbackInterface Closes #74
- Fix tests
- Image Manager coding style
- Rename ImageManager::delete to ImageManager::remove to be more consistent with the Docker API
- Docs: Improve installation, add image pull, small changes
- Add boot2docker TLS enabled example config to docs
- Update link to Docker docs into README
- Change link to docker.com in README