Mount an Azure File Share into a Windows Container

Little helper to script to mount an Azure File Share into a Windows Container.

Use

docker build -t mount .
  • Run a container that mounts an Azure File Share
docker run -e STORAGE_ACCOUNT=<storage account name>
files -e STORAGE_KEY=<storage acocunt key> -it