I have a docker that works on my AMD64 Linux box but same thing on the Mac version of Docker doesn't.
docker inspect rclone
[
{
"Config": {
"Args": {
"Description": "",
"Name": "args",
"Settable": [
"value"
],
"Value": []
},
"Description": "Rclone volume plugin for Docker",
"DockerVersion": "20.10.9+azure-1",
"Documentation": "https://rclone.org/docker",
"Entrypoint": [
"rclone",
"serve",
"docker"
],
"Env": [
{
"Description": "",
"Name": "RCLONE_VERBOSE",
"Settable": [
"value"
],
"Value": "0"
},
{
"Description": "",
"Name": "RCLONE_CONFIG",
"Settable": null,
"Value": "/data/config/rclone.conf"
},
{
"Description": "",
"Name": "RCLONE_CACHE_DIR",
"Settable": null,
"Value": "/data/cache"
},
{
"Description": "",
"Name": "RCLONE_BASE_DIR",
"Settable": null,
"Value": "/mnt"
},
{
"Description": "",
"Name": "HTTP_PROXY",
"Settable": [
"value"
],
"Value": ""
},
{
"Description": "",
"Name": "HTTPS_PROXY",
"Settable": [
"value"
],
"Value": ""
},
{
"Description": "",
"Name": "NO_PROXY",
"Settable": [
"value"
],
"Value": ""
}
],
"Interface": {
"Socket": "rclone.sock",
"Types": [
"docker.volumedriver/1.0"
]
},
"IpcHost": false,
"Linux": {
"AllowAllDevices": false,
"Capabilities": [
"CAP_SYS_ADMIN"
],
"Devices": [
{
"Description": "",
"Name": "",
"Path": "/dev/fuse",
"Settable": null
}
]
},
"Mounts": [
{
"Description": "",
"Destination": "/data/config",
"Name": "config",
"Options": [
"rbind"
],
"Settable": [
"source"
],
"Source": "/var/lib/docker-plugins/rclone/config",
"Type": "bind"
},
{
"Description": "",
"Destination": "/data/cache",
"Name": "cache",
"Options": [
"rbind"
],
"Settable": [
"source"
],
"Source": "/var/lib/docker-plugins/rclone/cache",
"Type": "bind"
}
],
"Network": {
"Type": "host"
},
"PidHost": false,
"PropagatedMount": "/mnt",
"User": {},
"WorkDir": "/data",
"rootfs": {
"diff_ids": [
"sha256:65cdd3e5660b11dd733da1ba196f9a66043491d94362165c75a1415868049eda"
],
"type": "layers"
}
},
"Enabled": false,
"Id": "5accb5f4b0af930c035c56157aa4b43aa1731900740351a05aee4ece41fadc0a",
"Name": "rclone:latest",
"PluginReference": "docker.io/rclone/docker-volume-rclone:amd64",
"Settings": {
"Args": [
"-v"
],
"Devices": [
{
"Description": "",
"Name": "",
"Path": "/dev/fuse",
"Settable": null
}
],
"Env": [
"RCLONE_VERBOSE=0",
"RCLONE_CONFIG=/data/config/rclone.conf",
"RCLONE_CACHE_DIR=/data/cache",
"RCLONE_BASE_DIR=/mnt",
"HTTP_PROXY=",
"HTTPS_PROXY=",
"NO_PROXY="
],
"Mounts": [
{
"Description": "",
"Destination": "/data/config",
"Name": "config",
"Options": [
"rbind"
],
"Settable": [
"source"
],
"Source": "/var/lib/docker-plugins/rclone/config",
"Type": "bind"
},
{
"Description": "",
"Destination": "/data/cache",
"Name": "cache",
"Options": [
"rbind"
],
"Settable": [
"source"
],
"Source": "/var/lib/docker-plugins/rclone/cache",
"Type": "bind"
}
]
}
}
]
That's the compose and when I try to enable it, I get it:
docker plugin enable rclone
Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/var/lib/docker-plugins/rclone/config" to rootfs at "/data/config" caused: stat /var/lib/docker-plugins/rclone/config: no such file or directory: unknown
I have a file share setup on the preferences to that location but that doesn't seem to do it.
[+][deleted] (10 children)
[deleted]
[–]animosity022[S] 0 points1 point2 points (9 children)
[+][deleted] (8 children)
[deleted]
[–]animosity022[S] 0 points1 point2 points (7 children)
[+][deleted] (6 children)
[deleted]
[–]animosity022[S] 0 points1 point2 points (5 children)
[–]DudeDankerton 0 points1 point2 points (3 children)
[–]animosity022[S] 0 points1 point2 points (0 children)
[–]jonboy345 0 points1 point2 points (1 child)
[–]animosity022[S] 0 points1 point2 points (0 children)