Rclone cannot read files in Windows

Hi Team,

I am trying to use Rclone in Windows to read a file system folder in IBM COS . I tried the commands below , but seems that RCLONE cannot read my mounted folder in windows. Have you seen this before?

Powershell
docker build -t mms-test -f Dockerfile_unittest .

Ubuntu 18
sudo rclone mount cos_dev:in-sensitive-in-assignment /mmsstorage --vfs-cache-mode writes

sudo docker run --env-file env_variables.txt -v /mmsstorage:/storage mms- test

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