i tried to install a docker configuring it as a ubuntu distribution but i noticed that running the projects tells me that the architecture is not compatible with the host are there any custom configurations to do for a khadas device?
@tasuboyz you need to follow the guide to install docker for ARM64 platforms
Maybe try something like this ?
$ sudo apt update
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/ubuntu noble stable"
$ sudo apt install -y docker-ce
1 Like
I have tried but the error seems to persist, obviously I have performed the removal and reinstallation
“WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /usr/local/bin/python: exec format error”
@tasuboyz which docker image are you using, seems like you are using an image made for x86/64 system.