Docker armhf Compatibility
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.
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.