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

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.