is it possible to somehow mount volume from Azure File Share during the creation process of ACI instance within the Azure Portal directly in "Container Instances"? Or mount volume must be embedded within the image or referenced to container solely through the "az" commands? Thank you Source: Docker..
Category : azure-files
Can you please let me know how can i create a docker volume in my local using Azure File Share? Have tried to install cloudstor but getting error. Target Os: Cent OS Docker Version: 19.03.12 Command: docker plugin install –alias cloudstor:azure –grant-all-permissions docker4x/cloudstor:18.06.1-ce-azure2 CLOUD_PLATFORM=AZURE AZURE_STORAGE_ACCOUNT_KEY="1231241431ABCD" AZURE_STORAGE_ACCOUNT="test" AZURE_STORAGE_ENDPOINT="https://azurefs.file.core.windows.net/filess" DEBUG=1 Error: Error response from daemon: dial unix ..
I have the Matomo Docker Image from https://github.com/bitnami/bitnami-docker-matomo that I run in a Web App for Container on Azure with my own Azure Container Registry (ACR). Also, I have an Azure Storage Account with a File Share available. What I would like to achieve is to mount a persistent storage (File Share from Az Storage ..