i have install the latest version of docker volume plugin and rclone client
i want to mount a local folder into docker container and save as crypted
[secret]
type = crypt
remote = /data
password = xxx
password2 = xxx
i test with a docker volume create vol1 -d rclone -o remote=secret: -o vfs-cache-mode=full
and docker run --rm -it -v vol1:/mnt --workdir /mnt ubuntu:latest
the vfs cache directory a filled , but the /data directory are not
and im wonder about, if i destroy the volume and recreate it,
the file are still there