随笔分类 -  firecracker

1 2 下一页

摘要: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 阅读(183) 评论(0) 推荐(0)

摘要:[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 阅读(223) 评论(0) 推荐(0)

摘要: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 阅读(338) 评论(0) 推荐(0)

摘要: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 阅读(316) 评论(0) 推荐(0)

摘要: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 阅读(172) 评论(0) 推荐(0)

摘要: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 阅读(1411) 评论(0) 推荐(0)

摘要: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 阅读(248) 评论(0) 推荐(0)

摘要: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 阅读(1141) 评论(0) 推荐(0)

摘要: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 阅读(258) 评论(0) 推荐(0)

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

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

摘要: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 阅读(344) 评论(0) 推荐(0)

摘要: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 阅读(391) 评论(0) 推荐(0)

摘要: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 阅读(1763) 评论(0) 推荐(1)

摘要:安装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 阅读(920) 评论(0) 推荐(0)

摘要: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 阅读(196) 评论(0) 推荐(0)

摘要: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 阅读(850) 评论(0) 推荐(0)

摘要: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 阅读(557) 评论(0) 推荐(0)

摘要: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 阅读(208) 评论(0) 推荐(0)

摘要: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 阅读(152) 评论(0) 推荐(0)

摘要: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 阅读(636) 评论(0) 推荐(0)

1 2 下一页

导航