Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker rclone volume for cloudflare r2 not working #7870

Open
epubreader opened this issue May 25, 2024 · 0 comments
Open

docker rclone volume for cloudflare r2 not working #7870

epubreader opened this issue May 25, 2024 · 0 comments

Comments

@epubreader
Copy link

docker rclone volume for cloudflare r2 not working, did not find any error log, but volume did not mount r2 remote

/var/lib/docker-plugins/rclone/config/rclone
[r2] type = s3 provider = Cloudflare access_key_id = xx secret_access_key = xx endpoint = https://xx.r2.cloudflarestorage.com/rclone

docker volume create firstvolume -d rclone -o remote=r2:rclone -o vfs-cache-mode=full

docker run --rm -it -v firstvolume:/mnt --workdir /mnt ubuntu:latest bash

when I attached docker, I did not find any files in /mnt folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant