Skip to content

jarkt/dockercloud-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published