Open youyuanwu opened 3 years ago
did you try https://github.com/Azure/Azurite? .net version is sunset
I tried it. I will eventually use Azurite. I need table emulation which is WIP in Azurite. And I also need a windows image which Azurite lacks (I might add it in future).
For now I forked your repo and built on windows server 2019 base image. If you want I can create PR from https://github.com/youyuanwu/Docker-AzureStorageEmulator/tree/feature/win-server-2019.
PR is welcomed
Currently the emulator only uses ltsc2016 base image. I wish to run it on windows server 2019, but because of os compatibility issue, this is not possible. I cannot run ltsc2016 base image on windows server 2019.
Some ms projects support all windows image base and has the repo structure like this: https://github.com/microsoft/dotnet-framework-docker/tree/master/src/sdk/4.8
I am willing to create a PR, and it can be of similar structure in the link above.
If this is ok we also need to decide the docker image tags.