michaelsauter / crane

Crane - Lift containers with ease
MIT License
922 stars 61 forks source link

Convert crane.yml to docker-compose.yml #355

Closed darthdubu closed 4 years ago

darthdubu commented 4 years ago

I've been using crane for a while but I've lately been wanting to just go back to regular docker-compose, I have a ton of stuff configured in my crane file and was wondering if there was a way to export everything into a docker-compose.yml file.

michaelsauter commented 4 years ago

Sorry, there's nothing like this ... Crane only supports this "the other way around": it can read docker compose files, but doesn't do conversion. Sorry.