mauricioklein / docker-compose-api

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

Allow parsing all container attributes #43

Open hicham-haouari opened 7 years ago

hicham-haouari commented 7 years ago

Description

Currently, docker-compose-api parses a static set of attributes

How to reproduce

Try to get the attribute mem_limit for example

What do you expect

Get all container attributes

What happened instead

Only some attributes are returned

Software:

mauricioklein commented 7 years ago

Thanks for your contribution. This is planned on the major refactoring I'm working on. I expect to be able to release it on v2.0.0, still with no prevision of conclusion. Thanks!