This is a some kind of question, maybe not an issue. Recently I build a hypriot/qemu-register docker image on linux/arm64 system, but seems this image can't work natively on arm64 system (the expected behavior of the design)? The symptom is:
root@localhost:~# docker run --rm --privileged hypriot/qemu-register
---
Installed interpreter binaries:
/register.sh: line 39: ls: Too many levels of symbolic links
After that, all the shell command in the system can't work, you have to reboot your system.
This is a some kind of question, maybe not an issue. Recently I build a
hypriot/qemu-registerdocker image on linux/arm64 system, but seems this image can't work natively on arm64 system (the expected behavior of the design)? The symptom is:After that, all the shell command in the system can't work, you have to reboot your system.