Skip to content

Instantly share code, notes, and snippets.

@meehatpa
Created May 14, 2023 15:40
Show Gist options
  • Save meehatpa/723ef91366ef0261c6d32ea8d25828fd to your computer and use it in GitHub Desktop.
Save meehatpa/723ef91366ef0261c6d32ea8d25828fd to your computer and use it in GitHub Desktop.
rclone docker volume
docker plugin install rclone/docker-volume-rclone:amd64 args="-v" --alias rclone --grant-all-permissions
docker volume create storj -d rclone -o type=s3 -o s3-provider=Other -o s3-access-key-id=xxx -o s3-secret-access-key=yyy -o s3-endpoint=https:
//gateway.storjshare.io
# Test
docker run --rm -it -v storj:/mnt --workdir /mnt ubuntu:latest bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment