I am trying do deploy an image, which is build on CentOS 8 for arm64v8 (pulled from docker hub). The container keeps on exiting and I don’t get any errors, other than error code 159, which seems to suggest issues with the OS architecture.
docker logs nameOfContainer
Doesn’t show anything either.
I have Raspbian Buster 64 bit installed. It was 32 bit first and then I upgraded with
You need to install Raspberry Pi OS 64-bit version.
I also installed stable version(32-bit) and upgraded. the kernel is 64-bit but system still 32-bit (at least package manager still use 32-bit binary: dpkg --print-architecture).
I think rpi-update didn’t upgrade whole system.
Did you install docker using the repository or convenience script? The docker docs say Raspbian users must use the convenience scripts, though I’m not sure if that is only for 32-bit.