jarkt/dockercloud-php-client

There is no license information available for the latest version (0.9.3) of this package.

0.9.3 2016-04-21 16:14 UTC

This package is not auto-updated.

Last update: 2024-09-11 22:38:23 UTC


README

Please read "documentation of docker-php-client".

Installation

Install via composer:

{
	"require": {
		"jarkt/dockercloud-php-client": "0.9.*"
	}
}

Developers

Tests are running inside a docker container. Install all the test dependencies by going to the "containers" folder and type: docker-compose -f install.yml up

Update dependencies with: docker-compose -f update.yml up

Run the tests with: docker-compose up

This will make the API available through the container "jarkt/docker-remote-api" and run the tests against this endpoint.