Matthew Blau
02/15/2021, 3:39 PMSamuel Hinton
02/15/2021, 3:43 PMKyle Moon-Wright
02/15/2021, 5:07 PMale
02/15/2021, 5:08 PM--volume
to mount a volume.
However, if you need to persist files I suggest to use S3/Azure Blob Storage, as @Samuel Hinton saidMatthew Blau
02/15/2021, 5:13 PMvolumes:
- .:/app
The files that are being written are files that are then used to populate our db and having them easily accessible to the file system for checking that the correct info is populated in them is our use case hereKyle Moon-Wright
02/15/2021, 5:26 PMprefect agent docker start --volume /source/file:/target/file
Hopefully someone can verify 😅Matthew Blau
02/15/2021, 9:16 PM