Can't access to docker snap

The only way i can build, when change in apps docker-wrapper -> bin/docker-wrapper. But in this path i get this error upon start command

/snap/sqdron/x2/command-sqdron.wrapper: 4: exec: /snap/sqdron/x2/bin/docker-wrapper: Permission denied

Of cause, you could check the CPU architecture via SNAP_ARCH environment variable, adjust LD_LIBRARY_PATH a bit then you could get your snap working on Pi3(armhf).

This means you need to sudo to launch the app(sqdron).
Here is the how I get your snap running on Pi3(armhf), please take a look.

1 Like