随笔分类 -  firecracker

1 2 下一页

cloud-hypervisor coredump
摘要:gdb cloud-hypervisor /data1/core/core-virtio_rng-291579_1609745784 GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git Copyright (C) 2018 Free Software 阅读全文

posted @ 2021-01-04 15:43 tycoon3 阅读(170) 评论(0) 推荐(0) 编辑

cloud-hypervisor coredump
摘要:[Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1". Core was generated by `cloud 阅读全文

posted @ 2020-12-29 14:59 tycoon3 阅读(205) 评论(0) 推荐(0) 编辑

在Firecracker上运行OSv
摘要:Firecracker Firecracker is a new light KVM-based hypervisor written in Rust and announced during last AWS re:Invent in 2018. But unlike QEMU, Firecrac 阅读全文

posted @ 2020-12-25 10:14 tycoon3 阅读(278) 评论(0) 推荐(0) 编辑

firecracker 编译
摘要:git clone https://github.com/firecracker-microvm/firecracker git checkout tags/v0.10.1 [root@bogon firecracker]# ls api_server CHANGELOG.md devices du 阅读全文

posted @ 2020-12-25 09:16 tycoon3 阅读(295) 评论(0) 推荐(0) 编辑

How AWS Firecracker works: a deep dive
摘要:Anything that powers technology like AWS Lambda needs to be really fast. And it needs to be secure. While AWS could have gone with existing technology 阅读全文

posted @ 2020-10-30 12:54 tycoon3 阅读(147) 评论(0) 推荐(0) 编辑

cloud-hypervisor
摘要:https://github.com/cloud-hypervisor/cloud-hypervisor#containerized-builds-and-tests apt install rustc -y Command 'rustup' not found, but can be instal 阅读全文

posted @ 2020-10-20 09:32 tycoon3 阅读(1325) 评论(0) 推荐(0) 编辑

关闭firecracker
摘要:root@ubuntu:~/rootfs/my# curl --unix-socket /tmp/firecracker.socket -i \ > > -X PUT "http://localhost/actions" \ > > -H "accept: application/json" \ > 阅读全文

posted @ 2020-10-09 16:03 tycoon3 阅读(239) 评论(0) 推荐(0) 编辑

Creating Custom rootfs and kernel Images
摘要:Creating Custom rootfs and kernel Images Creating a kernel Image Currently, Firecracker supports only uncompressed, ELF kernel images. You can build a 阅读全文

posted @ 2020-10-09 15:52 tycoon3 阅读(950) 评论(0) 推荐(0) 编辑

Build a single-app rootfs for Firecracker MicroVMs
摘要:Spawning applications in the cloud has been made super easy using container frameworks such as docker. For instance running a simple command like the 阅读全文

posted @ 2020-10-09 15:25 tycoon3 阅读(225) 评论(0) 推荐(0) 编辑

由浅入深CrosVM(一)—— 如何在Ubuntu中搭建CrosVM
摘要:什么是CrosVM CrosVM是Chrome操作系统中,用于创建虚拟机的应用。是一个Rust编写的轻量级的虚拟机。亚马逊的Firecracker从crosvm开始。借助于CrosVM 用户可以很容易的在ChromeOS中运行Linux、Android以及Windows应用程序。 CrosVM 的源 阅读全文

posted @ 2020-10-09 15:24 tycoon3 阅读(2871) 评论(0) 推荐(0) 编辑

Making a Custom MicroVM for AWS Firecracker!
摘要:First, let’s bake a kernel! The firecracker team was nice enough to give us a .config to use as the basis of our kernel and its a great place to start 阅读全文

posted @ 2020-10-09 15:15 tycoon3 阅读(306) 评论(0) 推荐(0) 编辑

firecracker No space left on device
摘要:Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80] Fetched 18.4 MB in 18s (1028 kB/s) Reading package lists... 阅读全文

posted @ 2020-10-09 15:08 tycoon3 阅读(380) 评论(0) 推荐(0) 编辑

深度解析 AWS Firecracker 原理篇 – 虚拟化与容器运行时技术
摘要:https://aws.amazon.com/cn/blogs/china/deep-analysis-aws-firecracker-principle-virtualization-container-runtime-technology/ 摘要 AWS Firecracker是一款由 AWS开 阅读全文

posted @ 2020-10-09 12:08 tycoon3 阅读(1530) 评论(0) 推荐(1) 编辑

vhost_vsock
摘要:安装nc-vsock https://github.com/stefanha/nc-vsock root@ubuntu:~# git clone https://github.com/stefanha/nc-vsock.git git clone https://github.com/stefanh 阅读全文

posted @ 2020-10-09 12:03 tycoon3 阅读(858) 评论(0) 推荐(0) 编辑

Firecracker 线程
摘要:1、 ./firecracker --api-sock /tmp/firecracker.socket root@ubuntu:/home/ubuntu# ps -elf | grep firecracker 0 S root 42464 41287 0 80 0 - 878 futex_ 10:5 阅读全文

posted @ 2020-10-09 10:56 tycoon3 阅读(179) 评论(0) 推荐(0) 编辑

kata-containers Compile And Installed
摘要:kata-containers 编译安装 kata-runtime 编译安装 123456789101112 # download source code$ go get -d -u github.com/kata-containers/runtime$ cd ${GOPATH}/src/githu 阅读全文

posted @ 2020-10-09 10:44 tycoon3 阅读(791) 评论(0) 推荐(0) 编辑

katacontainer debug
摘要:touch /etc/docker/daemon.json dockerd --config-file /etc/docker/daemon.jsoncat /etc/docker/daemon.json root@ubuntu:~/kata# cat /etc/docker/daemon.json 阅读全文

posted @ 2020-10-09 10:24 tycoon3 阅读(516) 评论(0) 推荐(0) 编辑

katka-container搭建
摘要:https://www.cnblogs.com/xiaochina/p/12805936.html katka-container搭建 kata-container架构# https://katacontainers.io/ https://katacontainers.io/baidu //百度在 阅读全文

posted @ 2020-09-30 11:52 tycoon3 阅读(195) 评论(0) 推荐(0) 编辑

Kata Containers with NEMU
摘要:https://github.com/kata-containers/documentation/blob/master/how-to/how-to-use-kata-containers-with-nemu.md#aarch64 root@ubuntu:~/kata# git clone http 阅读全文

posted @ 2020-09-29 20:52 tycoon3 阅读(144) 评论(0) 推荐(0) 编辑

qemu-lite
摘要:https://kayhaw.github.io/2019/09/30/QemuLiteInstallation.html clone源码仓库:git clone git@github.com:intel/qemu-lite.git子模块初始化:git submodule update --init 阅读全文

posted @ 2020-09-29 20:13 tycoon3 阅读(612) 评论(0) 推荐(0) 编辑

1 2 下一页

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示