loyaltycorp / easy-docker
CLI tool to generate Docker files
Installs: 642
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/loyaltycorp/easy-docker
Requires
- php: ^7.1
- ext-json: *
- eoneopay/utils: ^0.2
- symfony/filesystem: ^4.2
- symfony/finder: ^4.2
- symplify/package-builder: ^5.4
- twig/twig: ^2.8
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2019-11-25 05:31:01 UTC
README
CLI tool to generate Docker files.
Documentation
Install package
The recommended way to install this package is to use Composer.
$ composer require loyaltycorp/easy-docker
Generate the Docker files
Once the package installed using Composer, your vendor directory will should contain the binary file to use
to generate the Docker files. Simply run the generate command, and that's it!
$ vendor/bin/easy-docker generate
Output
The generate command will ask you to provide the required information about your project to make sure to generate
the files that fits the most your needs. Once done, it will generate a easy-docker-manifest.json file to keep track
of the files generated and the version of the command used to generate them.