Hello all, I need some help deploying my docker-compose to an Azure Container Instance (ACI).
I have a MSSQL and an influxdb image, plus two other self made images in my docker-compose, so I had to use azure_files for my volumes (as seen here)
If I understand it correctly, to deploy the docker-compose to the ACI I first need to push the whole container to Docker hub. But since I can’t build locally build my container because of the azure_file in the volumes. (as seen in the images below)
(from docker-compose.yml)
(and command line)
What should I be trying next? Thanks already!