PREVAIL verifier question
PREVAIL verifier question
Posted Jun 3, 2024 10:44 UTC (Mon) by anselm (subscriber, #2796)In reply to: PREVAIL verifier question by intelfx
Parent article: Standardizing the BPF ISA
Isn't "Docker on Windows or MacOS" simply a Linux VM under the hood?
On Linux, Docker containers are glorified chroot environments. On a non-Linux machine, you need to somehow bring in the underlying Linux bits that support the glorified chroot environment, and a VM is one reasonable way of doing this.
