Import a local conf.yaml on a RClone Docker image

What is the problem you are having with rclone?

Import a rclone/conf.yaml file to a Rclone Docker Image

What is your rclone version (output from rclone version)

v1.56.1

Which cloud storage system are you using? (eg Google Drive)

2 storage system on my config file: SFTP and GCS

The command you were trying to run (eg rclone copy /tmp remote:tmp)

docker run -it rclone/rclone:latest config=/Users/pierre/Documents/rclone/conf.yaml

The rclone config contents with secrets removed.


A log from the command with the -vv flag

Error: unknown command "config=/Users/pierre/Documents/rclone/conf.yaml" for "rclone"
Run 'rclone --help' for usage.
You could use 'rclone selfupdate' to get latest features.

hello and welcome to the forum,

i think you need a rclone command, such as mount or version

for example
docker run -it rclone/rclone:latest version

Thanks @asdffdsa , for docker run -it rclone/rclone:latest version, this is my output:

rclone v1.56.1
- os/version: alpine 3.14.2 (64 bit)
- os/kernel: 4.19.76-linuxkit (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.1
- go/linking: static
- go/tags: none

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.