Mitch Denny
Mitch Denny
Linked issue #1623 adds in the idea for making containers persistent as well.
@danegsta @karolz-ms moving this to 9.0. As per the conversations this week I think this definately makes the cut.
I'm mobile so I can't validate this but pseudo code to address this problem is: ```csharp builder.AddAzureStorage("storage").RunAsEmulator(c => { c.WithDataBindMount(...); }); ``` When spinning up Azurite this will mount its...
We kinda have some of this already on the deployment side with AsDockerfile but I agree this would be useful.
It's for executable resources. What we are thinking here is a resource in its own right that we could build and run.
This is bubbling up towards the top of the list for the 8.1 milestone. There are a few different approaches we could take here. We could do something like this:...
Good question. I think we could deprecate it and just add to container.v0
Yeah. We really just want the fact that a container build occurred to just be a step in the process. Everything should just work. I think we've got a solid...
@afscrome we are starting work on allowing persistent containers which will make this much less of an issue for folks. I do like the idea of adding some extra metadata...
@joperezr what was the plan here again?