Does Docker work with RISC-V?
back
4 comments
I works great (with the usual requirement of having the expected kernel options/modules enabled). The main issue right now is the lack of image support for RISC-V. I hope this is going to change if hardware starts becoming accessible.
It absolutely does. I use it every day.
You can run your RISC-V images transparently on your x86 or Arm (e.g. Apple) machines, as docker desktop automatically uses QEMU. Or run them natively in docker on your RISC-V board.
Minimal starter image: riscv64/ubuntu
Yes. I’ve been running it on a VisionFive 2 and a BeagleV-Ahead.
https://hub.docker.com/u/riscv64
minimal pre-build images ...