What is the problem you are having with rclone?
rclone fails to find the section in my config file, which is exposed from the host into docker container via docker-compose
What is your rclone version (output from rclone version)
rclone v1.55.1
Which OS you are using and how many bits (eg Windows 7, 64 bit)
alpine linux docker container on a debian host
Which cloud storage system are you using? (eg Google Drive)
SFTP
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone copy --dry-run test.png esm:
The rclone config contents with secrets removed.
[esm]
host = redacted
user = shinx
port = 69
key_file = /root/id_rsa
A log from the command with the -vv flag
2021/05/06 20:19:20 DEBUG : Using config file from "/root/.config/rclone/rclone.conf" 2021/05/06 20:19:20 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "-vv" "--dry-run" "esmbot.png" "esm:"] 2021/05/06 20:19:20 DEBUG : Creating backend with remote "esmbot.png" 2021/05/06 20:19:20 DEBUG : fs cache: adding new entry for parent of "esmbot.png", "/home/esmBot/.internal" 2021/05/06 20:19:20 DEBUG : Creating backend with remote "esm:" 2021/05/06 20:19:20 Failed to create file system for "esm:": didn't find section in config file