Open BenJackGill opened 1 year ago
you should be able to continue by enabling the plugin on some cases the install is successful but the plugin is disabled
docker plugin list
docker plugin enable NAMEOFPLUGIN eg. docker plugin enable rclone:latest
hope that helps and solves your issue
I get this error:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/run/desktop-containerd/daemon/io.containerd.runtime.v2.task/plugins.moby/ddc91c1b7b3dcd6560f7b6379f1adcc6dd27b9b51067be6f7d87bd9cd7ec1a8c/~/rclone/config" to rootfs at "/data/config": stat /var/run/desktop-containerd/daemon/io.containerd.runtime.v2.task/plugins.moby/ddc91c1b7b3dcd6560f7b6379f1adcc6dd27b9b51067be6f7d87bd9cd7ec1a8c/~/rclone/config: no such file or directory: unknown
It did say creation failed earlier on too:
~ % sudo mkdir -p ~/rclone/config
~ % sudo mkdir -p ~/rclone/cache
~ % docker plugin install itstoggle/docker-volume-rclone_rd:amd64 args="-v" --alias rclone --grant-all-permissions config=~/rclone/config cache=~/rclone/cache
amd64: Pulling from itstoggle/docker-volume-rclone_rd Digest: sha256:4b2ab43484c53e25d4bf0fa3be9def78b13e7c5412dac36be41284cf913166cd 07a6dbcbb6a7: Complete Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/run/desktop-containerd/daemon/io.containerd.runtime.v2.task/plugins.moby/ddc91c1b7b3dcd6560f7b6379f1adcc6dd27b9b51067be6f7d87bd9cd7ec1a8c/~/rclone/config" to rootfs at "/data/config": stat /var/run/desktop-containerd/daemon/io.containerd.runtime.v2.task/plugins.moby/ddc91c1b7b3dcd6560f7b6379f1adcc6dd27b9b51067be6f7d87bd9cd7ec1a8c/~/rclone/config: no such file or directory: unknown
If you are running in windows docker your mapping won't work the way you are doing it.
Windows mapping works differently on docker than on Linux
I'm running macos
I also get this same error running on Linux with docker desktop. (Completely new to linux and docker, I have no idea what I am doing). Currently trying to get it on locally, but stuck on the chown -R plex:plex torrents
step. I can't find the folders in my plex server. Though I got everything else to work, with a lot of help of reading forums and reddit.
windows and osx virtualize docker which makes paths to host a little weird
On windows the path to host is accessible by /run/desktop/mnt/host/[drive letter]
So an rclone folder on C: would look something like /run/desktop/mnt/host/c/rclone/[cache or config]
On mac the path to host is accessible by /private/var/lib/docker-plugins/
So an rclone folder would look something like /private/var/lib/docker-plugins/rclone/[cache or config]
I am also having this error on a Synology NAS.
Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: rootfs_linux.go:61: mounting "/run/docker/containerd/daemon/io.containerd.runtime.v2.task/plugins.moby/023c4235a283d2c06ca67ad51c0cd83dc26c0497420fd98304bc52393342ad99/~/rclone/config" to rootfs at "/data/config" caused: stat /run/docker/containerd/daemon/io.containerd.runtime.v2.task/plugins.moby/023c4235a283d2c06ca67ad51c0cd83dc26c0497420fd98304bc52393342ad99/~/rclone/config: no such file or directory: unknown
I was able to get it working by removing and reinstalling the plugin
I'm on MacOS and since I can't find any setup details for that I am trying to use Docker instead.
I'm a programmer, but a noob with Docker and rclone and Debrid and all this stuff.
I downloaded Docker desktop, started it up, made a new "plex" folder, and started to follow the commands in the help doc for Docker (as seen below):
The first error was
Error response from daemon: plugin rclone:latest already exists
.I ignored that because I'm not sure why
latest already exists
would be a problem or how to fix it.Then the second error says
Error response from daemon: create realdebrid: error looking up volume plugin rclone: plugin rclone found but disabled
.So clearly there is something wrong with
rclone
. I'm not sure if it's a bug or a problem on my side.Any help is much appreciated :)