Commit Graph

23 Commits

Author SHA1 Message Date
Travis Tomka
b36011de1e Merge branch 'master' into master 2018-05-06 11:41:35 -06:00
Travis Tomka
c3fee31737 Add the docker-compose logs command. 0.0.7 2018-04-28 13:14:06 -06:00
Travis Tomka
8ff8ed66bf Add the docker-composer ps command. 2018-04-28 12:33:19 -06:00
Travis Tomka
2800a55776 Add docker compose pull command to the project. 0.0.6 2018-04-14 13:36:15 -06:00
Gordon Heydon
9e35a8ab4d Add an command wrapper to allow easier loading and escaping of the actual commands. 2018-03-08 22:57:27 +11:00
Gordon Heydon
1a94e483fe Create Run Command 2018-03-08 16:41:43 +11:00
Gordon Heydon
abd26b2b0a Fix up issue with setting the volume 2018-03-08 16:02:54 +11:00
Gordon Heydon
18eea076d7 First iteration of the build command 2018-02-27 14:11:25 +11:00
Travis Tomka
0bd195e5a9 Merge branch 'master' of github.com:droath/robo-docker-compose 0.0.5 2018-02-25 18:11:30 -07:00
Travis Tomka
0d799fca6c Add docker-compose exec command. 2018-02-25 18:10:48 -07:00
Travis Tomka
a5c405ec02 Merge pull request #2 from raphaelstolt/improvement-installation-documentation
Improvement installation documentation
2017-10-05 08:59:18 -06:00
Raphael Stolt
c3cc0c2e1f Let Composer figure out the latest version. 2017-10-05 02:52:35 +02:00
Raphael Stolt
65893fc1a9 Emphasise it's dev dependency character. 2017-10-05 02:51:54 +02:00
Travis Tomka
c2242c4b93 Update README with additional supported commands. 0.0.4 2017-03-30 20:04:44 -06:00
Travis Tomka
463daf3a2d Fix comment which was referencing the wrong command. 2017-03-30 20:02:01 -06:00
Travis Tomka
761f956826 Add docker-compose pause command. 2017-03-30 20:01:05 -06:00
Travis Tomka
01740ee9e4 Add docker-compose start command. 2017-03-30 20:00:26 -06:00
Travis Tomka
ce1360c733 Add docker-compose restart command. 2017-03-30 19:58:52 -06:00
Travis Tomka
4697d956fa Move docker services to a reusable trait. 2017-03-30 19:55:06 -06:00
Travis Tomka
e3ace8a3ea Allow executable arguments to be set for all docker-composer commands. 0.0.3 2017-03-15 15:39:52 -06:00
Travis Tomka
90b7786dc9 Relocated the run() method to the task base class instead of having it reflected on each task object. 0.0.2 2017-03-15 13:44:17 -06:00
Travis Tomka
b0c126c271 Allow setting service(s) on the docker-compose up command. 2017-03-15 13:39:45 -06:00
Travis Tomka
75264c6c28 Initial commit. 0.0.1 2017-03-13 12:52:47 -06:00