loyaltycorp / easy-docker
This package is abandoned and no longer maintained.
The author suggests using the eonx-com/easy-docker package instead.
CLI tool to generate Docker files
v0.10.7
2019-10-22 02:53 UTC
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.