ContainX / docker-volume-netshare

Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin
http://netshare.containx.io
Apache License 2.0
1.12k stars 164 forks source link

Rasberry Pi - how to install? #187

Open cloudjumper2000 opened 4 years ago

cloudjumper2000 commented 4 years ago

Downloaded and tried to install using both of these with no such luck. Whats the process to install on ARM? docker-volume-netshare_0.36_linux_arm-bin docker-volume-netshare_0.36_linux_arm.tar.gz

Thx!

g0lg0th7 commented 4 years ago

RTFM

cloudjumper2000 commented 4 years ago

While it probably feels really good to write RTFM;

I read through both the readme here: https://github.com/ContainX/docker-volume-netshare And the install here: http://netshare.containx.io/docs/getting-started

I didnt find any mention on how to install from .bin file nor does it mention ARM installation that I found.

g0lg0th7 commented 4 years ago

1) get https://github.com/ContainX/docker-volume-netshare/releases/download/v0.36/docker-volume-netshare_0.36_armhf.deb 2) sudo dpkg -i docker-volume-netshare0.35.deb 3) sudo service docker-volume-netshare start 4) read https://sysadmins.co.za/docker-swarm-persistent-storage-with-nfs/ --> thanks to Ruan 5) implement at your context From my understanding

g0lg0th7 commented 4 years ago

Sorry, bin archive can be used as is : docker-volume-netshare_0.36_linux_arm-bin nfs as per step 3)

rockaut commented 3 years ago

Yeah ... sadly no. This doesn't work on an RPi4 for example as its arm64. Maybe @cloudjumper2000 was refering to that.