https://prefect.io logo
Title
n

Nic

10/25/2022, 1:52 PM
I'm running flows with docker infrastucture, but need to access files from a shared network drive inside the docker. Since i can't edit docker run command as it start with the flow run - is there any way i can mount the network drive in a way that my flows can access them inside the docker container?
1
n

Nic

10/25/2022, 2:16 PM
@redsquare this only mentions AWS for prefect2 and some prefect1 usecases that are not what I need.
In the docker Blocks section there's a volume parameter which seems more like what i need, the question is, does is take a local path or do i need to create a docker volume locally that i then refer too?