Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Error response from daemon: dial unix /run/docker/plugins/<random-uuid>/sshfs.sock: connect: no such file or directory #69

Closed
mike391 opened this issue Apr 6, 2019 · 1 comment

Comments

@mike391
Copy link

mike391 commented Apr 6, 2019

Im running an x64 Debian system and tried to install the plugin both from source and from :latest.

Upon installing/enabling I get this error:

Error response from daemon: dial unix /run/docker/plugins/<random-uuid>/sshfs.sock: connect: no such file or directory

Ive tried creating the directory /run/docker/plugins/<random-uuid> but whenever I enable the plugin it deletes that directory and throws an error.

Im also running the plugin in a non-default path like so:
docker plugin enable vieux/sshfs:latest state.source=/srv/dev-disk-by-label-RAID/Docker/Data/plugins

Not sure how to go from here... Any suggestions?

@mike391
Copy link
Author

mike391 commented Apr 18, 2019

Just in case anyone else runs into this, I solved it. After seeing permission denied in docker.log I started looking at permissions. Make sure the volume where /var/lib/docker resides is not mounted as noexec. Mounts with noexec somehow allows running containers but not plugins.

@mike391 mike391 closed this as completed Apr 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant