Is there a way to migrate lxc containers between ARM host and AMD host?

why-be-banned

Member
Apr 4, 2023
61
7
13
Hello,
I have some lxc containers running on ARM host and others on AMD host, Is there a way to "move" (or convert, or migrate) lxc containers between ARM host and AMD host?
 
Your software is compiled for the CPU architecture of your LXC. Software compiled for ARM won't run on x86 and reverse. Maybe you can (probably with a lot of work) convert your ARM LXC into VMs with ARM emulated.
Probably easier to just setup those LXCs from scratch.
 
Last edited:
  • Like
Reactions: why-be-banned