Bind mount on FTP

Hi all.

I’m running some Airflow containers using docker compose and would like to bind mount an FTP server.
I’ve successfully mounted the FTP server (Box Drive) on a local drive AND network drive using NetDrive3, however, was not able to access the files inside the container.

Here’s the thing:

  • When I mounted the FTP in a local drive. I was able to see the bind mounted path inside the container, but there was no data on it. When I did it as a network drive, I was not even able to spin up compose.
  • I’ve tried creating a volume pointing to the local drive (FTP), but there was no data inside of it.

Anyone has any ideas of how I could access this files from inside the container:
Use case: I want my airflow dags to access some data inside of Box Drive. I’ve tried previously mounting box to a path on a local drive, but didn’t work.

Windows 10.

Thank you.