csoft / docker-tool
This tool is for generate docker projects based on git repository with php and mysql/postgresql.
0.0.3
2019-03-19 22:26 UTC
Requires
- symfony/console: ^4.0
- symfony/process: ^4.0
Requires (Dev)
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2025-03-20 17:42:45 UTC
README
>This tool is for generate docker projects based on git repository with php and mysql/postgresql.
Installation
composer global require csoft/docker-tool
Usage
Create a docker project
Command
vendor/bin/docker-tool create
Parameters
short arg | long arg | value | description |
---|---|---|---|
-d | --directory | [directory path] | the new docker project folder path |
-s | --database | [mysql, psql, postgresql] | the database engine type |
-c | --config | [config folder path] | the config folder path |