Download the PHP package phpzone/docker without Composer
On this page you can find all versions of the php package phpzone/docker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpzone/docker
More information about phpzone/docker
Files in phpzone/docker
Package docker
Short Description A Docker command builder configured by YAML, based on PhpZone
License MIT
Informations about the package docker
PhpZone Docker
A Docker command builder configured by YAML, based on PhpZone. Its primary purpose is to provide a simple way to define commands for running Docker containers/instances which could be used in daily workflow of every developer. Since now not all developers need to have a knowledge about Docker but still everyone can simply understand what is running. It is not only about the knowledge but also experienced developers can find an advantage in keeping ready-made commands.
This tool is only a configurator and executor of Docker commands, it means applications Docker and Docker Compose are not included.
Basic Usage
An example speaks a hundred words so let’s go through one.
The configuration file below is used for the development of this extension:
Create a phpzone.yml
file in the root of a project:
and run:
This will compose a proper Docker Compose command docker-compose -f docker-compose.yml -p myproject up
and
execute it.
Documentation
For more details visit PhpZone Docker documentation.
All versions of docker with dependencies
phpzone/phpzone Version 0.2.*@beta
symfony/dependency-injection Version ~2.3
symfony/options-resolver Version ~2.3
symfony/config Version ~2.3
phpzone/shell Version 0.2.*@beta