Execute Docker Containers as QEMU MicroVMs
mergeboard.com
Execute Docker Containers as QEMU MicroVMs
1–10 of 66 posts
Re: Execute Docker Containers as QEMU MicroVMs
#2Still, neat to have the walkthrough here in this post.
Re: Execute Docker Containers as QEMU MicroVMs
#3Re: Execute Docker Containers as QEMU MicroVMs
#4Re: Execute Docker Containers as QEMU MicroVMs
#5The project later merged with Intel Clear Container to become what's now called Kata Containers (https://katacontainers.io/) and is now widely used by several Internet giants like Alibaba and Baidu.
The startup was acquired by Ant Finance a couple of years ago.
(I recorded a podcast with one of hyper.sh engineer if you can listen to Mandarin https://pan.icu/25)
Re: Execute Docker Containers as QEMU MicroVMs
#6Re: Execute Docker Containers as QEMU MicroVMs
#7Isn't firecracker an AWS tech?
Re: Execute Docker Containers as QEMU MicroVMs
#8Seriously, VMs are hardly as secure as many people want to believe unless you're utilizing enclaves and even that has vulnerabilities. I think a better approach is Seccomp and whatever other filtering makes sense.
Re: Execute Docker Containers as QEMU MicroVMs
#9Why not run containers in VMs in containers in VMs? :) Seriously, VMs are hardly as secure as many people want to believe unless you're utilizing enclaves and even that has vulnerabilities. I think a better approach is Seccomp and whatever other filtering makes sense.
Re: Execute Docker Containers as QEMU MicroVMs
#10A few years ago I invested in a small startup called `hyper.sh`. It open sourced a container runtime called `runV` which provided exactly this: security of virtual machines plus convenience of containers. The project later merged with Intel Clear Container to become what's now called Kata Containers ( https://katacontainers.io/ ) and is now widely used by several Internet giants like Alibaba and Baidu. The startup wa…