microsoft / generator-docker

Yeoman generator for Docker
Other
346 stars 69 forks source link

Dotnet-maintain the container running, unless it needs to be rebuilt #86

Open SteveLasker opened 8 years ago

SteveLasker commented 8 years ago

with node, we have a two step process. start the container, then make changes/debug. With .NET Core, we have a cleaner, one step process, however we rebuild the container and compose up each time

This is to be smarter about what we rebuild. Upon starting a debug session: