Created
May 14, 2023 15:40
-
-
Save meehatpa/723ef91366ef0261c6d32ea8d25828fd to your computer and use it in GitHub Desktop.
rclone docker volume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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