From a5f40f7bf3debde28fdac4aea3362630dcc60225 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Wed, 4 Dec 2024 16:54:21 +0000 Subject: [PATCH] feat(video): local files on machine --- content/docs/15.how-to-guides/access-local-files.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/docs/15.how-to-guides/access-local-files.md b/content/docs/15.how-to-guides/access-local-files.md index 4e70854793..554bac8708 100644 --- a/content/docs/15.how-to-guides/access-local-files.md +++ b/content/docs/15.how-to-guides/access-local-files.md @@ -1,5 +1,5 @@ --- -title: Access Local Files in Kestra +title: Access Files on your Local Machine in Kestra icon: /docs/icons/tutorial.svg stage: Getting Started topics: @@ -7,12 +7,16 @@ topics: - Integrations --- -Access locally stored files on your machine. +Access locally stored files on your machine inside of Kestra Workflows. In Kestra, you can access files stored on your local machine inside of your Flows. This can be useful if you have a directory of files you want to process, or code you want to run without having to run them +
+ +
+ ## Setting up Kestra with Docker If you're running Kestra with [Docker](../02.installation/02.docker.md), you'll need to create a bind mount to a local directory on your machine in order to access files inside of Kestra.