Releases · docker-php/docker-php

This repository was archived by the owner on Oct 26, 2019. It is now read-only.

v2.0.0

1.24.0

1.23.1

  • Fix Volume Creation (Missing header) by @fguillot
  • Fix ports retrieving on container by @dontub
  • Add support for more Keyword in Dockerfile context builder by @5sw

1.23

Docker 1.11 Support (1.23 Remote API)

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

  • Fix a bug for getting ports in container see #155
  • Have a valid swagger specification #154
  • Fix requirements for symfony #157

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