mauricioklein / docker-compose-api

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

Allow editing and saving docker-compose file #44

Closed hicham-haouari closed 7 years ago

hicham-haouari commented 7 years ago

Description

It would be really great to add to docker-compose-api the ability to edit/save docker-compose files

How to reproduce

Try to edit/save docker-compose file

What do you expect

A method to edit, and another to save docker-compose file

What happened instead

No way to edit/save docker-compose file

Software:

mauricioklein commented 7 years ago

I don't agree with this feature. This gem aims to perform the same functionalities of docker compose, but on Ruby domain. Since this is not available on original compose library, it makes no sense to add here as well. Thanks!