You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least while experimenting, i'd like to be able to use depcon without requiring end users to know about it. Our company has decided that docker-compose.yml will be our lingua franca for describing microservices apps.
Is there a way to use depcon to run a compose file on marathon or even better, to convert a compose file to a series of marathon .json job files?
k
The text was updated successfully, but these errors were encountered:
I currently don't have this support. I started to work on it but am waiting on the docker/libcompose to support Compose V2 files. This is a big task regardless due to having to understand the compose file, if an app has dependencies and then using a Marathon "group" or an "app" depending on that.
It's on my roadmap but currently stalled until the next libcompose release since it may cause a refactor.
At least while experimenting, i'd like to be able to use depcon without requiring end users to know about it. Our company has decided that docker-compose.yml will be our lingua franca for describing microservices apps.
Is there a way to use depcon to run a compose file on marathon or even better, to convert a compose file to a series of marathon .json job files?
k
The text was updated successfully, but these errors were encountered: