Closed jbasrai closed 9 years ago
Hey, I've got an alpha out right now that does that and haven't released that yet. You can try it out with:
pip install container-transform==0.5.0a2
and that should work!
So awesome. Thanks for this great tool!
I released 0.5.0 today, let me know if you have any issues!
When I run container-transform on my docker-compose.yml, I only get the array for containerDefinitions generated.
docker-compose.yml
translated to:
What do I have to change to get the whole ECS task definition to be generated, including family and containerDefinitions key?