Question: Local driver files stored location #158

Closed
opened 2026-01-19 18:29:13 +00:00 by michael · 1 comment
Owner

Originally created by @rajeshisnepali on GitHub.

Where are files stored if I run docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/ command? There are no files in /tmp directory or is it uploaded to transfer.sh servers.

Originally created by @rajeshisnepali on GitHub. Where are files stored if I run `docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/` command? There are no files in `/tmp` directory or is it uploaded to `transfer.sh` servers.
Author
Owner

@stefanbenten commented on GitHub:

You need to mount the /tmp directory into the container. You just told the image to storage all of the data inside of the container in /tmp.

@stefanbenten commented on GitHub: You need to mount the /tmp directory into the container. You just told the image to storage all of the data inside of the container in /tmp.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#158