Shared volumes for ProjectResource
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Discussed in https://github.com/dotnet/aspire/discussions/4336
Originally posted by **eSPiYa** May 30, 2024
I'm sorry if this was already asked, but I already tried for almost 2 hours to find how to mount a shared volume to my .NET services, preferably a named ones like in Docker(Compose) that can be deleted immediately during development, but I can't find an answer. I just discovered this .NET Aspire last week but tried it just for today.
I'm checking out if our application can be converted to Aspire right away. Its main requirement right now is able to write files to a shared volume between instances.
Also, how to make sure that this shared volume can be translated to Kubernetes later?
Contributor guide
Assessment
This issue has not been assessed yet.