mauricioklein / docker-compose-api

A Docker Compose parser for Ruby
MIT License
33 stars 25 forks source link

Adds support for custom labels #18

Closed jeroenj closed 8 years ago

jeroenj commented 8 years ago

This feature also is something we could/should use for #14.

mauricioklein commented 8 years ago

Thanks @jeroenj . That's the major step to implement the "container memory" feature :+1:

I made some comments on your implementation. Please fix then, and I'll be happy to merge your solution :)

Thanks again for improving this project!

jeroenj commented 8 years ago

I've updated the specs to use #get_container_by instead of using hardcoded array indexes.

mauricioklein commented 8 years ago

Thanks for fixing. Merging...