-
Notifications
You must be signed in to change notification settings - Fork 103
Can't enable on RPi1 (armv6l) nor RPi3 (aarch64) #64
Comments
You need to build it yourself for arm architecture. |
Hello, is there anyone who can tell me how I can build the plugin. thank you very much to who can help me |
I've ran into this issue today, while trying to run it on my Pi4. I have never built a package, how should I do it? Just run the makefile? And after that, how would I tell docker to use it? |
to build simple:
Edit: need to clone repo, as otherwise source is missing:
but how to enable using that docker image? |
https://docs.docker.com/engine/extend/#:~:text=Creating%20the%20plugin,up%20in%20docker%20plugin%20ls%20. i did exactaly this commands to work:
the docker acepted the plugin install exactaly how it should,docker-compose also accepted ,but remembering i gave the name "vieux/docker-volume-sshfs:armhf" to the plugin,you could change it too,you also has to use this name when setting up everyting related to this volume driver,as create a volume by command line or create it using the docker compose or any orquestrator |
Hi!
I've several RPis (Versions 1 and 3) with Arch Linux ARM installed which I'd like to use as a Swarm cluster. All have package sshfs installed and tested, but I can't install/enable the plugin (all models return the same error).
The plugin seems to install...
but doesn't want to start:
Plugin installs fine on my laptop (although sshfs is not installed there).
Installation info:
RPi1
RPi3
Laptop
Am I missing something? Does someone successfully installed the plugin on RPi? Any advice would be helpful.
Thanks in advance!
The text was updated successfully, but these errors were encountered: