Skip to content

Commit

Permalink
feat(video): local files on machine
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Dec 4, 2024
1 parent 4683b63 commit a5f40f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/docs/15.how-to-guides/access-local-files.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
---
title: Access Local Files in Kestra
title: Access Files on your Local Machine in Kestra
icon: /docs/icons/tutorial.svg
stage: Getting Started
topics:
- Scripting
- 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

<div class="video-container">
<iframe src="https://www.youtube.com/embed/aWvUtbu8FAo?si=KTF7V7PrcjR_fBuY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

## 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.
Expand Down

0 comments on commit a5f40f7

Please sign in to comment.