Download the PHP package polkovnik-z/php-docker-client without Composer
On this page you can find all versions of the php package polkovnik-z/php-docker-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download polkovnik-z/php-docker-client
More information about polkovnik-z/php-docker-client
Files in polkovnik-z/php-docker-client
Download polkovnik-z/php-docker-client
More information about polkovnik-z/php-docker-client
Files in polkovnik-z/php-docker-client
Vendor polkovnik-z
Package php-docker-client
Short Description Docker API driver for PHP.
License MIT
Homepage https://github.com/ibra-akv/php-docker-client
Package php-docker-client
Short Description Docker API driver for PHP.
License MIT
Homepage https://github.com/ibra-akv/php-docker-client
Please rate this library. Is it a good library?
Informations about the package php-docker-client
PHP Docker client
Docker API driver for PHP.
Docker configuration
Docker Engine API must be exposed on a local port in order to be able to connect.
1. Edit the docker.service
which by default on debian is located at /lib/systemd/system/docker.service
From this:
To this:
2. Edit /etc/docker/daemon.json
to expose docker api at 127.0.0.1:2375
Add hosts
to the json file as next:
3. Restart Docker completely
Installation
composer require ibra-akv/php-docker-client
Usage
Initialize client
Check if image exists
API Reference
-
DockerClient
Tested Docker versions
License
- Review
All versions of php-docker-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
ext-curl Version *
ext-json Version *
symfony/http-client Version >=4.3.0
ext-curl Version *
ext-json Version *
symfony/http-client Version >=4.3.0
The package polkovnik-z/php-docker-client contains the following files
Loading the files please wait ....