For lazy devs that do not want to manually launch the azurite docker container.
- Clone the https://github.com/VantageSoftware/azurite-forever repo to your
/src
folder - Open a bash or PowerShell terminal in the newly cloned repo
- Either:
- From bash:
. ./start-azurite.sh
- From PowerShell:
.\start-azurite.ps1
- From bash:
Absolutely nothing special about this repo. We are only supplying an extra parameter to set a docker container restart policy. We are currently using
the unless-stopped
policy, but you may prefer to change this to the always
policy. Completely up to you.
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=docker-hub https://docs.docker.com/config/containers/start-containers-automatically/