Deploying Docker-compose to ACI

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)
image
(and command line)

What should I be trying next? Thanks already!

1 Like

Anybody!?
This is old question from @lennertvdv and zero answers!
There are in docs ACI integration Compose features | Docker Documentation explained how to use azure filestorage. Just like in the screenshot above.

I have the same issue when compose up new instance using docker-compose file:
“Error response from daemon: create db-data: error looking up volume plugin azure_file: plugin “azure_file” not found”