Migrate a container from Raspberry Pi 4 to an HP laptop

Hello to everyone
When i am trying to perform migration, one way or another, it fails due to the different hardware architecture. Is there a way to overcome this issue?
What can be done ?

Thanks in advance for any feedback :slight_smile:

You can’t run Arm code on X86 or the other way around, so no, no way around this.

Not even if, somehow, emulate for example the arm architecture to x86 one ?

You can’t do CPU emulation in containers.

You could manually run a full CPU virtualized VM on your system, install LXD in there and then move your container into that VM, but you’re not going to like the performance of that :slight_smile:

Yes, that what i was thinking. A VM-solution. Thanks a lot Stephane for your help :slight_smile:

Sadly with Apple moving to Arm this will happen a lot in future :cry: