BluesparkLabs / spark

✨ Toolkit to develop, test and run Drupal websites.
MIT License
2 stars 1 forks source link

Allows to limit compose of specific container service #2

Closed citlacom closed 6 years ago

citlacom commented 6 years ago

Hi @balintk, we have started to use spark to quickly setup IULD8 search solr container locally, currently we are not using the other docker container services so was a waste of resources to compose all the services from docker-compose.drupal8.yml, to avoid this problem I have implemented an argument that allows to limit the compose to one specific container service:

composer robo containers:start solr

Additionally I have documented the methods from ContainerCommands class. I see spark pretty useful to other commands that we have in IUL so will be passing more contributions soon. Thanks for the great work here!