Usage

linuxforcomposer docker:run start

Once you are done modifying the JSON file, you can start the container or containers by issuing the following command:

$ php vendor/bin/linuxforcomposer.phar docker:run start

linuxforcomposer docker:run stop

In order to stop all the containers that were started using Linux for Composer, please enter the following command:

$ php vendor/bin/linuxforcomposer.phar docker:run stop

The docker:run stop command will automatically ask you if you want to commit each and every container that you have started before stopping and removing them.

_images/image001.png

If you do wish to save them, you will be asked to give each commit a unique name and you will also be asked if you wish to save the new name to the linuxforcomposer.json file for use the next time you start containers with Linux for Composer.

_images/image002.png