MEGAsync icon indicating copy to clipboard operation
MEGAsync copied to clipboard

Docker armhf Compatibility

Open micpro7 opened this issue 3 years ago • 1 comments

I have tested various Debian & Ubuntu Containers all of them seem to get MegaSync to install but when I try to run it from the applications menu or a run command it fails to open the gui or any icon in the system tray.

I am using a armhf container image. example lscr.io/linuxserver/rdesktop:arm32v7-latest or arm32v7/debian (manually installing Desktop environment & XRDP)

Docker Run Command: docker run -d -it --platform=linux/arm --name=buster --net=host --privileged --shm-size=2gb arm32v7/debian

using these commands:

#sudo apt update && sudo apt upgrade

#sudo apt install /Downloads/megasync-Raspbian_10.0_armhf.deb

#sudo apt-get -f install

this is where it stops working.

micpro7 avatar Feb 03 '22 19:02 micpro7

Hey, not a dev but have you tried this docker image?
https://github.com/ich777/docker-megasync
It works fine on my Ubuntu 20.04 LTS host.

MildlyInterested avatar May 01 '22 10:05 MildlyInterested