Skip to content

Releases: 0xIbra/php-docker-client

DockerClient improvements & fixes

27 Sep 18:32
Compare
Choose a tag to compare

Improvements:

  • pullImage method
  • removeImage method
  • version method

Fixes:

  • listContainers filters bug fix
  • stopContainer better error handling
  • inspectContainer better error handling
  • imageExists better error handling
  • inspectImage nameOrId param bug fix

Add compat - symfony/http-client==4.3

19 Aug 19:20
Compare
Choose a tag to compare
3.41.2

Merge branch 'develop'

getContainerLogs method bug fix

19 Aug 18:56
Compare
Choose a tag to compare
3.41.1

Merge branch 'develop'

Switching from GuzzleHttp to Symfony's HttpClient

19 Aug 04:48
beff036
Compare
Choose a tag to compare

GuzzleHttp -> Symfony/HttpClient

Minimal PHP version: 7.1.3

Tested PHP versions:

  • 7.1
  • 7.2
  • 7.3
  • 7.4
  • 8.0
  • 8.1

Docker API connection via TCP rather than unix socket

17 Aug 20:25
19ffc9b
Compare
Choose a tag to compare

Connecting to Docker API via TCP rather than unix socket for security purposes.

This change requires additional actions in the docker configuration to expose docker api on a specific local port.

PHP Namespace changed for professional purposes.

22 Jul 22:17
dbed4f5
Compare
Choose a tag to compare

1.41.12 - latest stable version

22 Mar 23:22
Compare
Choose a tag to compare
Container log retrieval - encoding text to UTF-8