Perhaps I'm misunderstanding how this is supposed to work, but I assumed that fuge would allow me to start a service using the Dockerfile defined in an included compose file.
Looking at the examples, though, it looks like all it does is read the config from a compose file, and translate it into running the process locally (not through docker): https://github.com/apparatus/fuge-examples/tree/master/using-docker-compose
Is this use case not supported by fuge? Basically, I want to keep using docker-compose, just using fuge to prevent shell hell.
Perhaps I'm misunderstanding how this is supposed to work, but I assumed that
fugewould allow me to start a service using the Dockerfile defined in an included compose file.Looking at the examples, though, it looks like all it does is read the config from a compose file, and translate it into running the process locally (not through docker): https://github.com/apparatus/fuge-examples/tree/master/using-docker-compose
Is this use case not supported by fuge? Basically, I want to keep using docker-compose, just using fuge to prevent shell hell.