gabrielitos87

Results 11 comments of gabrielitos87

Have you tried to check the folder /shares/Volume_1/Nas_Progs ? Here are all the apps installed: you can remove the folder manually of the app you want to delete.

I found why the mismatch happened, because of the if condition in the install.sh script: ``` if [ ${ARCH} != "x86_64" ]; then # Update the "ARCH" to "armhf" so...

Thanks for your answer. I made some investigations too. I can confirm that downloading docker-20.10.5.tgz manually in the My Cloud EX2 Ultra and running ./dockerd -v also provides Segmentation Fault....

I created a bug report in the Docker repository: [https://github.com/docker/for-linux/issues/1226](https://github.com/docker/for-linux/issues/1226) @JediNite, can you maybe confirm happening also on your platform?

@stefaang Thanks for your answer. I checked the post too, but it seems that was a repository mistake: the Debian instead of the Raspbian package for was used (and those...

@stefaang I tried to compile on my (poor old) Raspberry Pi 3 the whole Docker following the standard procedure (https://oyvindsk.com/writing/docker-build-from-source). After some hours, I obtained some binaries which are still...

I am currently trying to build the static binaries of dockerd and the rest on my Rpi3 using a manual procedure similar to this: https://gist.github.com/cwgem/c913c80dcb8eeef38abc30ff3abf1750 The main difference here is...

I managed to have working binaries! After quite a number of tests, I finally found the winning recipe: 1. I used my Raspberry Pi 3 with Rasbpian Buster to compile...

@JediNite Yes, I updated the issue in moby/moby but there was no reaction.. Maybe that's not depending on them, but on the golang buster Docker image. How can the docker...

@JediNite , It works! I checked out the commit, I created the package with build.sh and I installed in my EX2 Ultra. The flag --add-host host.docker.internal:host-gateway is accepted, so the...