Releases: 0xIbra/php-docker-client
Releases · 0xIbra/php-docker-client
DockerClient improvements & fixes
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
3.41.2 Merge branch 'develop'
getContainerLogs method bug fix
3.41.1 Merge branch 'develop'
Switching from GuzzleHttp to Symfony's HttpClient
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
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.
1.41.13 Version change
1.41.12 - latest stable version
Container log retrieval - encoding text to UTF-8