Download the PHP package inviqa/dock-cli without Composer
On this page you can find all versions of the php package inviqa/dock-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package dock-cli
Dock CLI
This CLI application provides an abstraction layer for Docker-based projects.
Note: right now, it's focused on OSX and Debian-based Linux distributions.
Getting started
This tool also helps you to install our recommended Docker setup on your computer, including direct container routing and DNS resolutions.
Read the installation instructions.
Project-related usage
You can now start up a specific project by running the start
command in the project directory:
Once the containers are compiled and started, this start command will display you an overview of the running components
and their addresses (that you can also to have later with the ps
command).
Example output using the docker-php-example
project
Commands
The following commands are available:
System commands
docker:install
command sets up your Docker development environment.docker:restart
command restarts your Docker VM.docker:doctor
command diagnoses problems with Docker setup and attempts to fix them.
Project commands
start
command starts the Docker environment for the project.stop
command stops the running Docker containers of the project.ps
command list all the project containers if any.logs
command follows the logs of all or a given container.run
command run a command in a container with the application context.reset
command kill, remove and starts the containers.build
command build Docker images and resets the containers.
Plugins
In order to improve developer experience, we are also shipping dock-cli
with some plugins.
- Extra host names that will automatically configure your system to use given host names for your application components.
Update
To update this tool, simply run the self-update
command:
Contributing
Note If you are cloning this repository then one of the packages included in the vendors requires the ssh2 PHP extension. If you do not have this installed and do not require the associated functionality then you can ignore this requirement when installing the vendors:
All versions of dock-cli with dependencies
symfony/process Version ~2.7
sroze/chain-of-responsibility Version ~1.2.0
herzult/php-ssh Version ~1.1
herrera-io/phar-update Version ~2.0
pimple/pimple Version ^3.0
symfony/event-dispatcher Version ~2.7
symfony/yaml Version ~2.7
symfony/filesystem Version ^2.7
symfony/property-access Version ^2.7