Running a 24GB 4 OCPU Always Free Oracle VM Instance, the catch is that it uses Arm 64bit processors and iv already ran into issues with standing up docker containers from some GitHub repos, due to incompatibility.

I am hoping there is a easyish way to emulate x86 so I can work with what I need to as seamlessly as possible. It’s quite a powerful server for FREE, if I can get the emulation working I don’t really care about the extra overheads.

  • Qazwsxedcrfv000
    link
    fedilink
    English
    11 year ago

    It may be doable or even solvable if you are compiling things from source. But with the Docker in the middle, I doubt if emulation is worth the effort. If you insist or you just wanna try, I think you can give QEMU user-mode emulation a look.