摘要:kata-containers/osbuilder root@ubuntu:/opt/gopath/src/github.com/kata-containers/osbuilder# cd rootfs-builder/ root@ubuntu:/opt/gopath/src/github.com/
阅读全文
摘要:0. Operating System and Distribution The article is using ubuntu 16.4 (xenial) as an example. Other distributions can be setup similarly. $ cat /etc/l
阅读全文
摘要:echo "deb http://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/ /" > /etc/apt/sources.list.d/kata-contai
阅读全文
摘要:https://qiita.com/hogehoge789/items/cfe004351273b94b59b2 https://github.com/kata-containers/documentation/blob/master/install/docker/ubuntu-docker-ins
阅读全文
摘要:Amazon hat auf der AWS re:Invent das Virtualisierungs-Tool Firecracker OpenSource gestellt. Hauptziel bei der Entwicklung war, kleine VMs schnell zu s
阅读全文
摘要:When you're done, issuing a reboot command inside the guest will actually shutdown Firecracker gracefully. This is due to the fact that Firecracker do
阅读全文
摘要:https://github.com/firecracker-microvm/firecracker/issues/711 https://medium.com/@Pawlrus/aws-firecracker-how-to-configure-production-worthy-networkin
阅读全文
摘要:https://github.com/firecracker-microvm/firecracker/blob/master/docs/getting-started.md https://aws.amazon.com/cn/blogs/china/firecracker-open-source-s
阅读全文
摘要:转载 吴斌的博客 » 【firecracker】时钟与中断 firecracker虚拟机的时钟与中断系统完全是由KVM模块和硬件实现的,这里仅简要说明其原理,更深入的分析需要结合KVM代码和内核代码进行。 时钟系统原理 时钟系统包含时间源和时钟事件源两部分: 时间源类似生活中的手表,系统通过它可以获
阅读全文