davidfowl / Micronetes

Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
MIT License
773 stars 46 forks source link

docker run applications mapping the project output #5

Closed davidfowl closed 4 years ago

davidfowl commented 4 years ago

We can run docker on a project and build inside of the container directly. Not sure about cross OS building

luisgizirian commented 4 years ago

Just realised that what you're trying to achieve with this effort, brings a huge benefit on battery life savings as well. In doing multi-project on VS for Mac with Docker-Compose, energy burns at a fast rate + heat.

Not sure I'm getting your thought line on this one, but any additional processing inside docker, please make it optional.

davidfowl commented 4 years ago

This was based on a suggestion from Twitter. It would be optional for sure as docker does come at a cost.

davidfowl commented 4 years ago

See https://github.com/dotnet/tye for the future of this project