How can I mount an Azure File Share as a Docker volume?

0
2
Asked By CloudyDreamer77 On

I'm looking to mount an Azure file share so that I can use it as an external volume in my Docker containers. Specifically, I want Apache Airflow, which I'm running with Astronomer, to access DAG files stored on the Azure file share. Does anyone have guidance on this?

1 Answer

Answered By TechieTina42 On

To mount an Azure file share in your Docker container, you can refer to the Microsoft documentation about using Azure Files as a volume. It covers how to set it up in container instances. Just keep in mind that this is for container instances; if you're running Docker locally, the setup might differ, and you may need to explore other configurations.

QueryMaster13 -

So you're saying this method is only for Azure container instances? I can't do this locally?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.