The Raspberry Pi 3/4 has four CPU cores. aVisor (v0.2.0) supports user-defined configurations that allow user to run virtual machines on different physical CPUs simultaneously.
References
- aVisor: A Tiny Hypervisor for Raspberry Pi
- aVisor: Supports loading and running virtual machines dynamically
-
git clone https://github.com/ssqre/aVisor.git cd aVisor ./run.sh
-
# https://labs.play-with-docker.com/ docker run --rm -it ssqre/avisor bash -c /home/aVisor/run.sh
-
# For ARM machine docker run --rm -it ssqre/avisor-arm bash -c /home/ubuntu/aVisor/run.sh