makeusabrew / decking

A Docker helper to create, manage and run clusters of containers
http://decking.io
443 stars 36 forks source link

Group Overrides for Containers do not support Dependencies (links) #51

Closed randywallace closed 10 years ago

randywallace commented 10 years ago

You can't add a dependency to a group container override b/c the parser doesn't split the alias from the container as it does in the container block in parser.js.

This PR fixes it for me: https://github.com/makeusabrew/decking/pull/50

makeusabrew commented 10 years ago

Thanks, closing this in favour of #50